html, body{
	margin: 0;
	padding: 0;
	background-image: url(../img/background_tile.jpg);
	color: #333;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
}

.index_page ul li{
margin-right: 35px;
padding-left: 0;
list-style: none;
border: none;
display: inline;
margin-bottom: 5px;
float: left;
}

#main_menu li{

}

#center{
margin-top: 60px; 
border-top: 3px solid #363636; 
border-bottom: 3px solid #363636; 
margin-left: 50%; 
width: 780px; 
position: absolute; 
left: -390px; 
background-image: url(../img/shadow_tile.jpg); 
background-repeat: repeat-y; 
padding: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
	list-style-type: none;
	line-height: 18px;
}

ul.portfolio_list li{
clear: both;
height: 140px;
}

#iframe_{ 
        width: 720px;
        height: 400px;
        margin-top: -20px;
        border: none;
        overflow: hidden;
}

img{
text-decoration: none;
}

a:link { color: #a71e28; text-decoration: none;}
a:visited { color: #a71e28; text-decoration: none;}
a:hover { color: #a71e28; text-decoration: none;}
a:active { color: #a71e28; text-decoration: none;}

h1{
font-size: 22px;
color: #a71e28;
}

h2{
font-size: 18px;
}

h3{
margin-bottom: 2px;
}

img{
border: none;
}

p{
margin-top: 0px;
margin-bottom: 20px;
}


.boldred {
font-weight: bold;
color: #a71e28;
}

#menuButton_1{
  width: 217px;
  height: 18px;
  background-image: url(../img/menu_buttons/func_wit.png);
  cursor: pointer;
}

#menuButton_1:hover{
  background-image: url(../img/menu_buttons/func_wit_over.png);
}

.contact_header{
  color: #a71e28;
  font-size: 11px; 
  font-style: italic;
  text-align: right;
  padding-right: 15px;
}

