/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule,content styled with an h1 tag,for example,would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0,the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	outline:0
}

body {
	background: #000000;
	color: #ffffff;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border: none;  text-align: center; }
a{ color: #6600cc; text-decoration: none; }
a:hover { color: #404d06;  text-decoration: underline;  }

#content {
	width: 900px;
	margin: 20px auto;
	padding: 10px;
	background: #ffffff;
	color: #000
}

#header {
	background: #000 url(../images/img01.jpg) repeat-x;
	height: 110px;
}
#header h1 { 
	font-size: 22px;
	letter-spacing: -1px;
	padding: 15px 0 0 10px;
	color: #fff;
}

#header h2 {
	color: #acc11a;
	padding: 0 0 0 10px;
	font: italic 16px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#navigation {
	background: #460076;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
}

#navigation li {
	float:left;
	list-style-type:none;
	border-right: 1px solid #000;
}

#navigation li a {
	display:block;
	padding:0 20px;
	text-decoration:none;
	color: #fff;
	letter-spacing:1px;
}

#navigation li a:hover {
	background: #6600cc;
	color:#fff;
	text-decoration: underline;
}

#nav2 {
	background: #404d06;
	color:#000;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
}

#nav2 li {
	float:left;
	list-style-type:none;
	border-right: 1px solid #000;
}

#nav2 li a {
	display:block;
	padding:0 20px;
	text-decoration:none;
	color: #fff;
	letter-spacing:1px;
}

#nav2 li a:hover {
	background: #acc11a;
	color:#fff;
	text-decoration: underline;
}
.left {
	float: left;
	width: 175px;
	padding: 10px;
	line-height: 14px;
}
.left h2 {
	margin-top: 10px;
	font: medium bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #666666;
	color: #404d06;
}
.left ul  {
	color: #000;
	text-align: left;
	margin: 3px 0 8px 0; 
	padding-left: 20px;
	text-decoration: none;	
	list-style-type:square;	
}
.left ul li {
	padding: 2px 0 2px 0px;
	margin: 0 2px;	
}
.left ul a {
	font-weight: 600;
	color: #6600cc;
}
.left ul a:hover {
	color : #acc11a;
	text-decoration: underline;
}

.right { 
	float: right;
	width: 650px;
	padding: 10px;
	margin-right: 20px;
}
.right h1 {
	padding: 2px 0 5px 0px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404d06;
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
	margin-top: 10px;
}

.right h2 {
	padding: 2px 0 5px 0px;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
	margin-top: 2px;
}

#footer { 
	background: #000;
	color: #ffffff;
	margin-top:20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
