/* Coding By Josh Craddock @ www.joshcraddock.com */

body {
background: #ebebeb;
margin: 0px;
font-family: Tahoma, Arial, Verdana;
color: #949494;
font-size: 11px;
}

.container {
width: 683px;
background: url(images/background.jpg) repeat-y;
padding: 1px 0px 0px 0px;
}

#top_bar {
width: 665px;
height: 23px;
background: url(images/top_bar.jpg) no-repeat;
text-align: left;
padding: 7px 0px 0px 10px;
}

h1 {
color: #949494;
font-size: 11px;
margin: 0px;
}

#header {
width: 675px;
height: 80px;
background: url(images/header.jpg) no-repeat;
}

#navigation {
width: 675px;
height: 26px;
background: url(images/navigation.jpg) no-repeat;
margin: 1px 0px 1px 0px;
font-size: 12px;
padding: 7px 0px 0px 0px;
}

#navigation a{
color: #fff;
text-decoration: none;
}

#navigation a:hover{
color: #fff;
text-decoration: underline;
}

#footer {
width: 675px;
height: 26px;
background: url(images/footer.jpg) no-repeat;
color: #fff;
font-size: 12px;
padding: 9px 0px 0px 0px;
margin: 8px 0px 1px 0px;
}

/* Left */
.left {
width: 187px;
float: right;
margin: 8px 9px 0px 0px;
background: #dddddd;
}

h2 {
margin: 4px 0px 0px 0px;
width: 171px;
background: #cdcdcd;
color: #949494;
font-size: 11px;
height: 21px;
padding: 5px 0px 0px 8px;
text-align: left;
}

p.left_content {
width: 165px;
text-align: left;
padding: 7px;
margin: 0px;
}

/* Right */
.right {
width: 464px;
float: right;
margin: 8px 11px 0px 0px;
}

#right_content_header {
width: 454px;
height: 22px;
background: url(images/right_content_header.jpg) no-repeat;
color: #7f90f0;
text-align: left;
padding: 8px 0px 0px 10px;
}
div.right_content {
width: 448px;
background: #ebebeb;
padding: 7px;
border-width: 0px 1px 1px 1px;
border-color: #c6cdf7;
border-style: solid;
margin: 0px 0px 8px 0px;
text-align: left;
}