

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01_1.jpg) no-repeat center top;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

.text {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}


#content2 table {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#content2 ul li {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	font-weight: normal;
	color: #ff9900;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #333333;
}

a:hover {
color:#FF9900;
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */



#menu {
	width: 680px;
	height: 48px;
	margin: 0 auto;
	background: url(images/img02_1.jpg) no-repeat;
}


#nav, #nav ul { /* all lists */
	padding: 20px 0 0 20px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height: 26px;
	padding: 3px 0 0 3px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}


#nav ul li a {
	display: block;
	height: 22px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}



#nav li { /* all list items */

	position:relative;
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}




#nav li ul { /* second-level lists */
	top: 31px;
	background-color:#FF9900;
	position: absolute;
	width: 13.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}





#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav a:hover, #nav .active a {
	background-color: #FF9900;

}


/* Page */


#page {
	width: 680px;
	margin: 0 auto;
	background: #333333 url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}



#content2 {
	width: 615px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}

.boxed {
width: 500px;
	background: #121B23;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 2px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 5px;
}



/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

