body {
	background:#eeeeee;
	margin-top:0px;
	text-align:center;
}

#content{
	width: 950px;
	margin-top: 131px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position: relative;
	font-family:"Georgia", serif;
	font-size: 12px;
	color: #000000;
}


img {
	border:none;
}

#content a:link{
	font-family:"Georgia", serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#content a:visited{
	font-family:"Georgia", serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;

}

#content a:hover{
	color: #000000;
	font-size: 12px;
}

#upper_left {
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}

#top_line {
	width: 950px;
	height: 1px;
	position: relative;
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
}

/*------------ center column --------------*/


#center_col {
	width: 490px;
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

#center_col .about {
	margin-top: 20px;
	width: 490px;
}

#center_col .post {
	margin-top: 30px;
	width: 490px;
}

#center_col .post + .post {
	margin-top: 60px;
	width: 490px;
	
}

#center_col .p_title {
	font-style: italic;
	font-family:"Georgia", serif;

	font-size: 17px;

	color: #666666;
}

#center_col .p_title a{
	font-style: italic;
	font-family:"Georgia", serif;
	font-size: 17px;
	color: #666666;
	text-decoration: none;
}

#center_col .p_title a:link{
	font-style: italic;
	font-family:"Georgia", serif;
	font-size: 17px;
	color: #666666;
	text-decoration: none;
}

#center_col .p_title a:visited{
	font-style: italic;
	font-family:"Georgia", serif;
	font-size: 17px;
	color: #666666;
	text-decoration: none;
}

#center_col .p_title a:hover{
	color: #818181;
	text-decoration: none;
}


#center_col .post img {
	margin-top: 9px;
}

#center_col .p_text {
	margin-top: 11px;
	font-family:"Georgia", serif;

	font-size: 12px;

	color: #333333;
}

#center_col .p_footer {
	margin-top: 11px;
	width: 490px;
	height: 27px;
	background-image: url(../images/gray_grid.gif);
	background-repeat: repeat-x;
}

#center_col .p_name {
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}

#center_col .p_divider {
	margin-top: -2px;
	padding-left: 12px;
	float: left;
}

#center_col .p_date {
	color: #333333;
	padding-left: 12px;
	padding-top: 5px;
	float: left;
}

#center_col .post .p_text a:link {
	font-family:"Georgia", serif;
	background: #fefd00;
	font-size: 12px;
	text-decoration: none;
}

#center_col .post .p_text a:visited {
	font-family:"Georgia", serif;
	background: #fefd00;
	font-size: 12px;
	text-decoration: none;
}

#center_col .post .p_text a:hover {
	background: #cccccc;
}

/*------------ left column nav --------------*/
#left_col{
	width: 175px;
	float: left;
	position: relative;
	margin-left: 0px;
	height: 392px;
}

#left_col .nav{
	margin-top: 0px;
}

#left_col .nav #nav_feed a{
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_feed.png);
	background-position: 0px 0px;
}

#left_col .nav #nav_feed a:hover{
	background-image: url(../images/nav_feed.png);
	background-position: -157px 0px;
}


#left_col .nav #nav_about a{
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_about.png);
	background-position: 0px 0px;	
}

#left_col .nav #nav_about a:hover{
	background-image: url(../images/nav_about.png);
	background-position: -157px 0px;	
}

#left_col .nav #nav_flickr a{
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_flickr.png);
	background-position: 0px 0px;	
}

#left_col .nav #nav_flickr a:hover{
	background-image: url(../images/nav_flickr.png);
	background-position: -157px 0px;	
}


#left_col .nav #nav_vimeo a{
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_vimeo.png);
	background-position: 0px 0px;	
}

#left_col .nav #nav_vimeo a:hover{
	background-image: url(../images/nav_vimeo.png);
	background-position: -157px 0px;	
}

#left_col .nav #nav_login a{
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_login.png);
	background-position: 0px 0px;	
}

#left_col .nav #nav_login a:hover{
	background-image: url(../images/nav_login.png);
	background-position: -157px 0px;	
}

#left_col .h_line {
	width: 170px;
	height: 1px;
	position: relative;
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
}


#left_col .select {
	background-image: url(../images/yellow_grid.gif);
	background-repeat: repeat-x;
}

#left_col .nav li{
	padding-left: 0px;
	margin-top: 0px;
	list-style: none;
	margin-left:-41px;
}

#left_col .v_line{
	margin-top: 6px;
	float: right;
	width: 1px;
	height: 100%;
	background-image: url(../images/vertical_line.gif);
	background-repeat: repeat-y;
}


/*------------ right column --------------*/
#right_col{
	width: 224px;
	float: left;
	position: relative;
	margin-left: 0px;
	height: 400px;
}

#right_col .v_line{
	margin-top: 6px;
	width: 1px;
	height: 200px;
	background-image: url(../images/vertical_line.gif);
	background-repeat: repeat-y;
}

#right_col .v_line_2{
	margin-top: 6px;
	width: 1px;
	height: 180px;
	background-image: url(../images/vertical_line.gif);
	background-repeat: repeat-y;
}

#right_col .h_line{
	margin-top: 6px;
	width: 100%;
	height: 1px;
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
}

#flickr {
	margin-top: -32px;
	float: right;
}



/*------Start Form------*/
#mail_list {
	margin-left: 13px;
	margin-top: -25px;
	float: right;
}

#mail_list span{
	position: relative;
	top: -6px;
	margin-left: 11px;
}

form {
	margin-top: -8px;
	border: none;
}


form.mailing_form fieldset{
	border: none;
}

form.mailing_form label{
	font-family:"Arial", sans;

	font-size: 10px;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

li.mfield input{
	border-type: solid;
	border-width: 1px;
	border-color:#000000;
	width: 180px;
}

form.mailing_form fieldset ol{
}

form.mailing_form fieldset li {
	list-style: none;
	margin-left:-39px;
	margin-top: 10px;
}

form.mailing_form fieldset div{
	margin-top: 18px;
}


/*------ Pagination ------*/

#line{
	padding-bottom: 10px;
	width: 490px;
	height: 1px;
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
}

#pagination{
	font-family:"Georgia", serif;
	color: #666666;
	font-size: 11px;
	margin-bottom: 10px;
}

#pagination a:link{
	font-family:"Georgia", serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;	
}

#pagination a:visited{
	font-family:"Georgia", serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#pagination a:hover{
	background: #fefd00;
}

