/* BENITA.com */
/* basic elements */

html,body{margin:0;padding:0}

body {
	font: normal 10px/14px helvetica, arial, verdana, trebuchet MS, sans-serif;
	color: #000;
	text-align: center;
	}
h1 {
	font: normal 35px/40px Georgia, Times New Roman, Palatino, Times, Garamond, serif;
	margin: 0 0 10px 0;
	color: #cc0000;
	}
h2 {
	font: normal 12px/16px Georgia, Times New Roman, Palatino, Times, Garamond, serif;
	margin: 15px 0 0 0;
	color: #cc0000;
	margin-bottom: .5em;
	}

p {
	margin-top: 0em;
	margin-bottom: 1em;
	}
p.intro {
	font: normal 14px/18px Georgia, Times New Roman, Palatino, Times, Garamond, serif;
	}
p.small {
	font-size: 9px;
	}
p.quoteAuthor {
	margin-left: 2em;
	font-style: italic;
	}
blockquote {
	margin: 0;
	}
	
/* divs */

#container{
	width:650px;
	margin:0;
	text-align:left;
	background:#ffffff
	}

#header {
	height:102px;
	padding-left: 30px;
	padding-top: 30px;
	}

#nav {
	float:left;
	width:160px;
	padding: 30px 10px 0 30px;
	background:#ffffff;
	}

#contact{
	font: normal 9px/12px helvetica, arial, verdana, trebuchet MS, sans-serif;
	padding: 0 10px 0 30px;
	background: #00ffff;
	bottom:  0;
	}

#content {
	float:right;
	width:450px;
	padding: 30px 0px 0 0;
	background: #ffffff;
	}
		
#jumpdown {
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	padding: 0;
	margin: 0;
	line-height: 16px;
	}
	
#footer {
	clear: both;
	font: normal 9px/12px helvetica, arial, verdana, trebuchet MS, sans-serif;
	width: 450px;
	background: #ffffff;
	margin: 30px 0 0 200px;
	padding-top: 30px;
	border-top: #666666 solid 0px;
	}

a:link 	{ text-decoration: underline; color: #000000; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #cc0000; text-decoration: none; }

#nav a:link	{ text-decoration: none; color: #000000; }
#nav a:visited { color: #666666; text-decoration: none; }
#nav a:hover { color: #cc0000; text-decoration: none; }

#jumpdown a:link	{ text-decoration: none; color: #000000; }
#jumpdown a:visited { color: #666666; text-decoration: none; }
#jumpdown a:hover { color: #cc0000; text-decoration: none; }

/* LISTS */
ul { list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	font-family: Georgia, Times New Roman, Palatino, Times, Garamond, serif;
	font-size: 9px;
	line-height: 12px;
	padding-bottom: 20px;
	color: #000;
	}
#nav li a.on {
	background: url(../images/bullet.gif) left center no-repeat;
	color: #cc0000;
	margin-left: -10px;
	padding-left: 10px;
	}
#jumpdown li a.on {
	background: url(../images/bullet.gif) left center no-repeat;
	color: #cc0000;
	padding-left: 10px;
	}
#nav li.indent {
	padding-left: 10px;
	}
	
/* Image management */
img {
	border: none;
	margin: 0;
	}
#header a img { border: none;}

.right {
	float: right;
	}
.left {
	float: left;
	}
	
/* MISC */
.red {color: #cc0000}
.black {color: #000000}
