html body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center; 
    min-width: 990px;
}

*{    
    margin: 0; 
    padding: 0;
}

a{
 outline: none;
}

.portfolio_left_text, .project_left_text{
float: left;
font-size: 12px;
font-weight: bold;
width: 200px;
height: 120px;
margin-right: 30px;
}

.portfolio_right_text, .project_right_text{
font-size: 13px;
font-weight: normal;
line-height: 16px;
}

#wrapper{
	width: 880px;
	margin-top: 0px;
	margin: 0 auto; 
	background-image: url(../img/bg_tile.jpg);
	background-repeat: repeat-y; 
	background-position: 29px 0px;
	border-top: 25px solid white;
	text-align: left;
	padding-bottom: 20px;
}

#header{
    width: 876px;
}

#footer{
    background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	width: 796px;
	height: 20px;
	padding-top: 14px;
	position: relative;
	top: -20px;
	margin-left: 79px;
	font-size: 11px;
	color: #aaa;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
text-decoration: underline;
cursor: pointer;
}

#logo{
    background-image: url(../img/logo.jpg);
    position: absolute;
    z-index: 1; 
    width: 217px;
    height: 115px;
}

#header_img{
    background-image: url(../img/headers/skyline.jpg);
    position: absolute;
    margin-left: 217px; 
    width: 656px;
    height: 115px;
    z-index: 2;
}

#main_menu{
    margin-top: 115px;
    margin-left: 29px;
    background-image: url(../img/main_menu_tile.jpg);
    width: 844px;
    height: 24px;
}

#content{
    width: 795px;
    margin-left: 78px;
    border-top: 1px solid transparent;
    margin-top: 25px;
    padding-bottom: 25px;
    background-image: url(../img/content_tile.jpg);
    background-repeat: repeat-y;
}

#content{
    border: !important 10px solid green;
}

#html{
   margin: 40px 60px 20px 60px;
   padding-bottom: 40px;
}

#movie_counter{
position: absolute;
margin-left: -30px;
margin-top: -30px;
color: #bababa;
}

#side_arrows{
position: absolute;
top: 457px;
width: 750px;
margin-left: -35px;
font-size: 14px;
font-weight: bold;
}

#side_arrows a, #side_arrows a:link, #side_arrows a:visited, #side_arrows a:active {
text-decoration: none;
color: #bababa;
}

#portfolio_menu, #projects_menu{
position: absolute;
top: 195px;
padding: 0px;
font-size: 12px;
border-bottom: 1px solid #bababa;
margin-left: 200px;
}

#portfolio_menu a, #portfolio_menu a:link, #portfolio_menu a:visited, #portfolio_menu a:active {
margin-right: 60px;
text-decoration: none;
color: #bababa;
}

#projects_menu a, #projects_menu a:link, #projects_menu a:visited, #projects_menu a:active {
margin-right: 60px;
text-decoration: none;
color: #bababa;
}

#video{
   width: 100%;
   text-align: center;
   clear: both;
   padding-bottom: 40px;
}

ul{
    list-style: none;

}

ul li{
    display: inline;
    margin-right: -3px;
}
