/*
      Created by Zero7Web.com

	  E-Mail: office@zero7web.com

*/

* { padding: 0; margin: 0; }

body {
	margin: 0px;
	background: #9d0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container{
	position:absolute;
	left: 50%;
	margin-left:-357px;
	width: 715px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height:103px;
	}


#leftColumn {
	background: url(../images/left.jpg) no-repeat;
	float:left;
	padding-top:20px;
	padding-left:15px;
	width: 192px;
	height: 392px;
	font-size:0.9em;
 }

#navlink{
	text-align:center;
	margin-left: -25px;
}
#mainColumn {
	background: url(../images/main.jpg) no-repeat;
	float:right;
	width: 458px;
	height: 392px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
}

#picPreview{
	background: url(../images/main.jpg) no-repeat;
	float:right;
	text-align: center;
	text-align: center;
	width: 458px;
	height: 392px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	display:none;
}

#picTitle{
	color:gray;
	border-bottom:1px solid #888888;
	border-top:1px solid #888888;
	padding:1px;margin:10px;
}

img.picPreview{
	border:1px solid #000000;
}

div.pics {
	text-align: center;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 695px;
	position:absolute;
	left: 50%;
	top:495px;
	height:77px;
	padding-top:24px;
	padding-right:20px;
	margin-left:-357px;
	text-align:right;
	font-size:10px;
}
	
h2.nav {
	margin-top: 3px;
}	

p.italic {
	font-style: italic;
}

	/*
LINK STYLES
*/
a{
	color:#FF0000;
	font-weight:bold;
}
a:hover{
	color:navy;
}
a.links:hover{
	background: #DDDDDD;
}

a.navLink {
	color: #000000;
	text-decoration: none;
}

a.navLink :hover {
	color: #000000;
	text-decoration: none;
}

#NavigationMenu{
	border: none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width:180px;
}
#NavigationMenu ul li{
	border: none;
	background-color:#fff;
	border-bottom:1px dotted #aaa;
	padding-left:2px;
	width:180px;
	
}
#NavigationMenu ul li a{
	color:#9d0000;
	font-size:0.75em;
	font-weight: bold;
}
#NavigationMenu ul li:first-child {
	border-top:1px dotted #aaa;
}
#NavigationMenu ul li:last-child {
	border-bottom:none;
}
#NavigationMenu ul{
	border: none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width:180px;
}
#NavigationMenu li{
	border-bottom: 1px dotted #aaa;
	background-color:#fff;
	list-style-type:none;
	margin: 0px;
	padding: 0em;
	line-height: 1.5em;
	width:180px;
}
#NavigationMenu li a{
	display;block;
	padding: 0.5em;
	text-decoration:none;
	font-size:0.8em;
	color:#000;

}
