body {
	background-color: #F90;
	padding: 0px;
	margin: 0px;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	text-align: center;
    color:#333;
	line-height: 20px;
	margin-bottom: 20px;
	}

a:visited, a:active, a:link {
	color: #FFF;
	text-decoration: underline;
	}

a:hover {
	color: #FFF;
	}


p {
	line-height: 18px;
	margin-bottom: 10px;
	}


#container {
	background-color: #FFFFFF;
	width: 785px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-left: 20px solid #FC0;
	border-right: 2px solid #900;
	border-bottom: 2px dotted #900;
	}

#leftcol {
	background: #999 url("headers/2011_header_220x320.jpg") no-repeat scroll top left;
	float: left;
	width: 206px;
	text-align: center;
	padding: 350px 7px 200px 7px;
 	border-bottom:1px dotted #FC0;
	}

#leftcol a:visited, #leftcol a:active, #leftcol a:link {
	color: #FFF;
	text-decoration: underline;
	}

#leftcol a:hover {
	color: #900;
	text-decoration: none;
	}

#leftcol img {
	border: 1px solid #FC0;
	padding: 4px;
	margin: 10px;
	}

#content {
	float: left;
	border-left: 1px solid #FFF;
	width: 540px;
	}

#blog {
	margin: 10px;
	background-color: #FFF;
	padding: 8px;
	}


h2 {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 10px;
     }


h3  {
	color: #999;
	font-size: 11px;
	text-decoration:none;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 24px;
	margin-top: 10px;
	font-weight: 200;
     }


#blog h1 {
	color: #F90;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 20px;
    border-bottom: 1px dashed #900;
	}


#blog h3  {
	color: #999;
    margin-top:10px;
	}

#blog h3 a {
	color: #900;
	font-size: 11px;
	text-decoration:none;
	}
	
#blog a:visited, #blog a:active, #blog a:link {
	color: #F90;
	text-decoration: none;
	}

#blog a:hover {
	color: #FFF;
	background-color: #900;
	}

.picborder {
	border: 1px solid #900;
	padding: 4px;
	margin: 10px 7px 10px 0;
	}

#albumgallery {
	float: left;
	margin: 10px;
	background-color: #FFF;
	padding: 10px;
	/*width: 341px;*/
	}

#albumgallery h1 {
	color: #F90;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 20px;
    border-bottom: 1px dashed #900;
	}


#albumgallery a:hover {
	color: #FFF;
	}

#album {
	background-color: #FFFFFF;
	width: 450px;
	margin: 0px auto 0px auto;
	text-align: center;
	border-left: 5px solid #FC0;
	border-right: 5px solid #900;
	border-bottom: 1px solid #999;
	}

#album img {
	/*border: 1px solid #999;*/
	padding: 4px;
	margin: 5px;
	}

#album a:visited, #album a:active, #album a:link {
	color: #F90;
	text-decoration: none;
	}

#album a:hover {
	color: #FFF;
	background-color: #900;
	}


