/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	width: 99%;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
	}

p {
	font-size: 1em;
	color: #666666;
	}


h3 { font-size: 1.5em; }

h4 {
	font-size: 1.25em;
	margin:0;
	margin-top: 1em;
	}


a	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
	}

a:hover {
	border-bottom: 1px dotted #666;
	}
	
img[align="left"] {
	margin-right: 10px;
}

img[align="right"] {
	margin-left: 10px;
	}

#home_headerimage {
	height: 192px;
	position: relative;
	background-image:url(images/headerBackgroundHome.gif);
	background-repeat: no-repeat;
	}
	
#sub_headerimage {
	height: 192px;
	position: relative;
	background-image:url(images/header_vickyface.gif);
	background-repeat: no-repeat;
	}
	
#sub_headerimage h1 {
	margin:0;
	color: white;
	font-size: 3em;
	font-weight: normal;
	position:absolute;
	left: 10px;
	top: 130px;
	}

#mainmenu {
	position: absolute;
	right: 1em;
	top: 145px;
	}

#mainmenu a {
	color: white;
	font-weight: bold;
	border: none;
	padding: 2px 4px;
	padding-bottom: 7px;
	margin-left: 1em;
	}
	
#mainmenu a:hover {
	color: #663366;
	background-color: white;
	}

#wrapper {
	width: 541px;
	margin-left:auto;
	margin-right:auto;
	}

#maincontent {
	}

#leftcol {
	float:left;
	width: 180px;
	margin-left: 10px;
	}


#leftcol h3 {
	color:#336;
	font-weight: normal;
	margin-top:0;
	margin-bottom:.5em;
	}


#leftcol .gallerythumb {
	width: 117px;
	padding-bottom: 10px;
	}
	
#leftcol .gallerythumb a {
	border: none;
	}

#leftcol .gallerythumb p {
	font-size: .8em;
	text-align: right;
	margin-top: .25em;
	}

#home_maincol {
	float:none;
	margin-left: 200px;
	margin-right: 10px;
	}
	
#home_maincol p { line-height: 150%; }

#home_maincol h1 {
	color: #336;
	font-size: 2em;
	font-weight: normal;
	}

#sub_maincol p { 
	line-height: 150%; 
	margin: 0; 
	margin-top: .5em;
	}

#sub_maincol h1 {
	color:#336;
	font-size: 2em;
	font-weight: normal;
	}
	
#sub_maincol h3 {
	margin:0;
	margin-top: .75em;
	border-bottom: 1px solid #999;
}

#sub_maincol img[align='right'] {
	margin-left: 1em;
}

#sub_maincol strong {
	color: #336;
	}
	
#footer {
	border-top: 1px solid #9999CC;
	margin-top: .7em;
	padding-top: .5em;
	color: #666699;
	font-size: .85em;
	text-align: center;
}

.gallery {
	border-left: 1px solid #fff;
}

.gallery td {
	font-size: 9px;
	border-right: 1px solid #fff;
	}
	