body {
background: #cccccc;
font-family: Tahoma, Arial;
margin: 0px;
line-height: 1.5;
font-size: 13px;
}

.container {
width: 900px;
padding: 0px 20px;
margin: 0 auto;
background: url(images/bg.jpg) repeat-y;
}

.header {
height: 40px;
width: 860px;
background: url(images/blue_bg.jpg) no-repeat;
}

.navigation {
background: #eeeeee;
padding: 0px 20px 0px 0px;
width: 840px;
float: left;
height:38px;
}

.navigation ul {
padding: 0px;
margin: 0px;
float: right;
}

.navigation li {
background: #bbbbbb;
list-style: none;
float: left;
border-right: #777777 1px solid;
display: block;
}

.navigation li#home {
border-left: #777777 1px solid;
}

.navigation a {
color: #ffffff;
text-decoration: none;
display: block;
padding: 7px 20px;
height: 25px;
}

.navigation a:hover {
color: #0968c9;
background: #ffffff;
}

.navigation h2 {
padding:5px 20px;
color: #777777;
}

.flash {
clear: both;
height: 200px;
width: 860px;
background: #0968c9;
}

.footer {
clear: both;
padding: 10px 20px;
width: 820px;
background: url(images/blue_bg.jpg) no-repeat;
color: #ffffff;
}

.footerlinks {
float:right;
}

.footerlinks a {
text-decoration: none;
color: #ffffff;
}

.footerlinks a:hover {
text-decoration: underline;
}

.content {
padding: 30px 20px;
width: 820px;
}

.content a {
color: #0968c9;
text-decoration: none;
}

.content a:hover {
text-decoration: underline;
}

h1 {
padding: 0px;
margin: 0px;
font-size: 20px;
color: #0968c9;
}

h2 {
padding: 0px;
margin: 0px;
font-size:16px;
color: #0968c9;
}

.right {
float: right;
padding: 0px 0px 20px 20px;
}

.left {
float: left;
}

.portfolio a {
padding: 0px 30px 0px 0px;
text-align:center;
}

.portfolio a#last {
padding: 0px 0px 0px 0px;
}

.portfolio img {
width: 248px;
}

.portfolio h2 {
float: left;
width: 250px;
text-align: center;
padding: 0px 30px 0px 0px;
}

.portfolio h2#last {
padding: 0px 0px 0px 0px;
}