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

* {
margin:0px;
padding:0px;
}

/* ------------------body-----------------------*/

body {
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(images/repeat.jpg);
	background-repeat:repeat-x;
}



/* -------------------wrapper-------------------- */

#wrapper {
width:1000px;
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}



/* -------------------header-------------------- */

#header {
width:780px;
height:210px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
padding-top:35px;
padding-right:220px;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:16px;
font-weight:bold;
text-align:right;
color:#FF6600;
}



/* -------------------content-------------------- */

#content {
width:960px;
background-color:#ffffff;
margin-left:18px;
margin-top:20px;
border-left:solid 1px #132239;
border-right:solid 1px #132239;
padding-bottom:20px;
}


/* -------------------links-------------------- */

#header a:link, #header a:visited {
color:#FF6600;
text-decoration:none;
font-weight:bold;
}

#header a:hover, #header a:active {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}