/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */


body {
	margin: 0px;
	background: white url(../img/top_bg.gif);
	background-repeat: repeat-x;
	/*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-size : 125%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  	font-size: .73em;
	color: black;
}

p {
	line-height: 14px;
	margin: 10px 0 10px 0;
	padding: 0px;
}

h1 {
	letter-spacing: 5px;
	color: black;
	margin:0px;
	padding:0px;
	font-size: 19px;
}

h2 {
	letter-spacing: 3px;
	color: red;
	margin:0px;
	padding:0px;
	font-size: 25px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
	letter-spacing: 1px;

}

a {
	color: #8B0000;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #000;
	padding-bottom:2px;
	border-bottom: dotted 2px #999;
}

blockquote {
	background: #F6F9FB;
	color: #606060;
	border: 1px solid #E1E1E1;
	padding: 6px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width:100%;
}


/**** Top ***/


#top {
	height: 40px;
	color: #fff;
	background-color: white: 
	overflow:hidden;
}

/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	text-decoration: none;
}

* html #menu a {width:1%;}

#menu li a:hover {
	text-decoration: none;
}

/**** Content Container ***/


#content {
	padding-left:150px;
	padding-right:150px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}



/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
	margin: 10px auto 0 auto;
	text-align: center;
	padding: 5px 0 20px 0;
	border-top: dashed 3px black;
	width: 50%;
}

#footer p {
	margin: 0px;
	padding: 0;
}


