* {
margin: 0;
padding: 0;
}

body {
height: 100%;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background: #242424 url('../images/style/bg.gif') repeat-x 0 0;
min-width: 800px;
}

.clear {clear: both;}

/* Paragraph and headings*/

p {
line-height: 170%;
margin-bottom: 10px;
color: #FDFDFD;
}

.label {color: #FDFDFD;}

h1 {
font-size: 2.2em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
padding: 43px 0 4px 0;
letter-spacing: 1px;
background: url('../images/style/h1-bg.gif') repeat-x 0 100%;
width: 50%;
}

h1 a:link, h1 a:visited, p a:link, p a:visited{
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 1.4em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 4px 0 0 0;
letter-spacing: 1px;
}

h3 {
font-size: 1.4em;
font-family: "Verdana";
font-weight: normal;
color: #FDFDFD;
letter-spacing: 1px;
background: url('../images/style/h3-bg.gif') no-repeat 0 54%;
padding-left: 18px;
margin-bottom: 7px;
}


/* Header */

#header {
width: 980px;
height: 178px;
position: relative;
margin: 0 auto;
text-align: left;
}

/* Navigation */

ul.navigation {
float: right;
margin: 8px 1px 0 0;
display: inline;
color: #FFFFFF;
}

ul.navigation li {
float: left;
display: inline;
list-style-type: none;
text-align: center;
font-size: 0.9em;
}

li.portfolio, li.home {
padding-left: 24px;
}

li.contact {
margin-left: 16px;
}

li.home a, li.portfolio a, li.contact a {
margin-right: 16px;
color:#FFFFFF;
text-decoration:none;
}

li.home a:hover, li.portfolio a:hover, li.contact a:hover, p a:hover {
text-decoration:underline;
}

/* column layout */

#content {
font-size: 0.9em;
width: 980px;
margin: 20px auto 0 auto;
text-align: left;
background: #242424;
padding-left:15px;
}

#content-single {
	width:100%;
}

.content-left, .content-right{
float: left;
width: 295px;
min-height:280px;
height:auto;
margin:10px; 
padding-right:10px
}

.content-left{border-right:dashed 2px #404040}

hr {width:970px; height:1px; border:none; background-color:#404040; color:#404040; margin: 0 auto;}

/* Footer */

#footer {
width: 970px;
height: 80px;
margin: 10px auto 0 auto;
}

p.footer-left {
float: left;
width: 465px;
color: #FFFFFF;
text-align: left;
margin: 9px 0 0 15px;
display: inline;
}

p.footer-left a, p.footer-left a:visited {
color: #FFFFFF;
font-weight: normal;
}

p.footer-right {
float: right;
width: 465px;
color: #999999;
text-align: right;
margin: 9px 15px 0 0;
display: inline;
}

p.footer-right a, p.footer-right a:visited {
color: #999999;
font-weight: normal;
}

p.footer-right a:hover {
color: #FFFFFF;
font-weight: normal;
}

.portfolio {text-align:center; height:150px}

