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

body{
margin: 0px;
}

h3{
color: #333333;
margin:20px 0px 10px 0px;
}

h4{
margin: 15px 0px 5px 0px;
}

#container{
background-image: url(omni_back.jpg); 
background-position: top left; 
background-color: #FFFFFF; 
height: 599px; 
width: 800px; 
background-repeat: none; 
overflow: hidden; 
border: #000000 thin solid; 
margin: 0px auto;
}

#header{ 
height: 150px;
}

#menu{ 
position: relative; 
top: 110px; 
height: 30px; 
padding-left: 375px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
}

#title{ 
padding-left: 225px; 
font-size: 24px; 
text-decoration: underline; 
font-style:italic; 
font-weight:bolder;
color: #333333;
}

#submenu{
padding-left: 225px; 
margin-top: 0px; 
margin-bottom: 0px; 
font-size: 14px; 
font-style:italic; 
font-weight:bolder; 
text-align: center;
}
 
#main {
margin: 0px 25px 0px 200px;
background-color: #CAB5D8;
border: #7650A1 medium solid; 
height: 375px; 
overflow-y: scroll; 
overflow-x: hidden;
}

.portfolio {
height: 150px; 
width: 150px;
}

.portfolio a img{
margin: 0px auto;
text-align: center;
}

#footer{
height: 75px;
}

a:link{
text-decoration: none;
color:#000000;
}

a:hover{
color: #333333;
}

a:active{
color: #555555;
}

a:visited{
text-decoration: none;
color:#000000;
}

img{
border: 0px;
}
