@charset "UTF-8";
/* CSS Document */

body { background: #f00 url("../img/bg.jpg") repeat-y left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	margin: 0px;
	color: #000;
	text-align: center;
}

.here { padding-left: 35px; color: #600; }

#header {  
	margin: -1px auto 0px auto;
	background: #609 url("../img/headerbg.gif") center no-repeat;
	border-bottom: #303 solid 10px;
	height: 300px;
	
}

#wrap { margin: -65px auto 0px auto;
 	width: 800px;
}


#content-width { width: 550px; float: left; }

#content {  border: solid 5px #000;
 	background: #fff;
 	padding: 20px;
	text-align: left;
	font-size: 1.4em;
	margin-bottom: 100px;
	-webkit-border-radius: 20px;    /* for Safari */
    -moz-border-radius: 20px;       /* for Firefox */
}

h1 { font-size: 1px; color: #306; }

h2 { font-size: 1.5em; text-decoration: underline; text-align: center; line-height: 1.6em; }


#nav-width {
	width: 250px;
	float: left;
	}


#nav { font-weight: 700; font-size: 1.5em; text-align: left; line-height: 30px;
margin: 65px 0px 0px 0px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background: #F00; padding-top: 5px;
}

#nav a:link { 
	text-decoration: none; 
	padding-left: 35px; 
	background: url("../img/heart.jpg") no-repeat center left; 
	color: #Fcc; 
	font-style:italic;
	}
	
#nav a:visited { 
	text-decoration: none; 
	padding-left: 35px; 
	background: url("../img/heart.jpg") 
	no-repeat center left; 
	color: #fcc; 
	font-style:italic; 
	}
	
#nav a:hover { 
	text-decoration: none; 
	padding-left: 35px;  
	background: url("../img/heart-hover.jpg") no-repeat center left; 
	color: #Fff; 
	font-style:italic;
	}
	
#nav a:active { 
	text-decoration: none; 
	padding-left: 35px;  
	background: url("../img/heart.jpg") no-repeat center left; 
	color: #600; font-style:italic; }

#nav ul li { 
	margin-left: -40px;
	padding-left: 10px;
	list-style: none;
	border-bottom: 1px solid #c00;
	
	}

#nav ul li li { 
	list-style: none;
	border-bottom: 0px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 -40px;
	margin-left: -50px;
}

a:link { font-weight: 800; color: #306; text-decoration: none; }
a:visited { font-weight: 800; color: #309; text-decoration: none; }
a:hover { font-weight: 800; color: #900; text-decoration: underline; }
a:active { font-weight: 800; color: #CCC; text-decoration: none; }


#footer { font-size: 10px; color: #303; text-align: justify; line-height: 12px; border-top: solid 1px #303; padding: 10px; }
