/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background:url(../images/background.jpg) repeat-x;
font-size: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-bottom:10px;
}

h1 {
font-size: 1em;
line-height: 150%;
margin-bottom:10px;
margin-left:10px;
margin-top:10px;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
}

h3 {
font-size: 0.9em;
line-height: 150%;
margin-bottom:10px;
margin-left:10px;
margin-top:10px;
margin-right:10px;
}


#wrapper {
background:transparent;
float:left;
padding:0;
position: relative;
left:50%;
margin-top: 55px;
margin-left:-400px;
width:800px;
/*height:420px;*/
vertical-align:top
}

#topnav {
float:left;
background:black url(../images/top_left.jpg) top left no-repeat;
width:800px;
height:30px;
overflow:hidden;
}

#topnav img {
float:left;
margin-left:200px;
}

#topnav ul {
float:right;
margin-right:10px;
}

#topnav ul li {
float:left;
color:white;
font-size:0.8em;
padding-right:5px;
padding-left:5px;
padding-top:6px;
}

#topnav ul li a {
font-family:Helvetica, arial, sans-serif;
color:white;
text-decoration:none;
}

/*#topnav img {
border-right:2px solid #F47F20;
}*/

#leftimage {
float:left;
width:200px;
height:190px;
overflow:hidden;
}

#image {
float:right;
width:600px;
height:190px;
overflow:hidden;
}

#lower {
background:black;
float:left;
width:800px;
/*height:120px;*/
padding-bottom:15px;
}

#menu{
background:black;
float:left;
width:200px;
padding-bottom:15px;
}


#text {
background:black;
float:left;
width:450px;;
/*height:120px;*/
padding-bottom:15px;
padding-top:10px;
}

#text h2 {
color:#d2d2d3;
font-size:0.9em;
font-weight:lighter;
font-family:Helvetica, Arial, sans-serif;
line-height:140%;
}

#title {
width:800px;
height:50px;
}

#footer {
background:red;
float:left;
padding:0;
position: relative;
left:50%;
margin-left:-200px;
width:600px;
height:15px;
}

