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

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

.wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	border: 0;
	height: 860px;
	width: 1200px;
	background-position: center -2px;
	background-image: url(../images/back.jpg);
}

.logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 115px;
	width: 540px;
	top:4%;
}

.line {
	width: auto;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/line.jpg);
	height: 20px;
	top:2%;
}

.line_2 {
	width: auto;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/line.jpg);
	height: 20px;
	top:20%;
}

.image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 380px;
	width: 1010px;
	top:10%;
}

.image_1 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 380px;
	width: 445px;
	float: left;
}

.image_2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 380px;
	width: 445px;
	float: left;
}

.gap {
	position: relative;
	height: 380px;
	width: 100px;
	float: left;
}

#footerContainer
{
    position:fixed;
    bottom: 0px;
    width: 100%;
    clear: both;
    z-index:100;
}	
	
.footer{
	position:fixed;
	bottom:0px;
	filter:alpha(opacity=90);
	/* CSS3 standard */
  	opacity:0.9;
	background-color:#666;
	height: 35px;
	width: 100%;
}

.logos{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right:35px;
	width: 435px;
	height: 90px;
	right: 0px;
	bottom: 0px;
	float: right;
	top:18%;
}

.text_left{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left:35px;
	width: 550px;
	height: 150px;
	left: 0px;
	float: left;
	top:18%;
}
	
.footer_body{
	text-transform:uppercase;
	padding-left:35px;
	float: left;
	left: 0px;
}

.footer_copyright{
	padding-right:35px;
	text-transform:uppercase;
	width: 370px;
	height: 35px;
	float: right;
	left: 0px;
	text-align: right;
}

.footer_link{
	padding-right:35px;
	padding-top: 5px;
	width: 20px;
	height: 32px;
	right: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #666;
}

p {
	font-family: verdana, arial, sans-seriff;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h1 {
	font-family: verdana, arial, sans-seriff;
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

h1 a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-family: verdana, arial, sans-seriff;	
	font-size: 10px;
	color: #999;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-family: verdana, arial, sans-seriff;	
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

h4 {
	font-family: verdana, arial, sans-seriff;	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 15px;
}

.main_nav{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 15px;
	top:5%;
	width: 1010px;
}

.buttons{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1010px;
}


.content{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 380px;
	top:7%;
	width:100%;
}
	
	
#maincontent {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1010px;
}

#portfolioimage {
	margin-bottom: 0px;
	float: left;
}

#portfolioimage img {
	border: 0px;
}

#sidepanel {
	width: 365px;
	height: 350px;
	float: left;
}

#thumb {
	width: 100px;
	height: 100px;
	float: left;
	padding-bottom: 40px;
	padding-left: 20px;
}

#right {
	width: 40px;
	height: 380px;
	float: left;
}
