/* Start of CMSMS style sheet 'Main Style' */
body
{
	background:white;
	text-align:justify;
}

#top
{
width:100%;
height:26px;
background:white;
border-bottom:1px solid #d9d9d9;
}

#mid
{
width:100%;
height:50px;
background:url("images/top.png");
}

#menu
{
width:800px;
height:25px;
background:url("images/menu.png") no-repeat;
font-size:12px;
}

#menu a img{display:inline;}

#menu a:hover{
filter:alpha(opacity=30);
opacity:0.3;
background:white;
}


#thumbs a:hover{
filter:alpha(opacity=60);
opacity:0.60;
background:white;
}

#thumbs
{
width:800px;
height:50px;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}

.thumb
{
width:50px;
height:50px;
margin-right:5px;
background:#d9d9d9;
float:left;
}


#content
{
width:800px;
min-height:400px;
overflow:auto;
position:relative;
margin:auto;
margin-top:10px;
margin-bottom:10px;
font-family:"Helvetica";
}

#left, #right
{
position:relative;
width:400px;
height:400px;
float:left;
overflow:auto;
}

#content p
{
padding:15px;
color:black;
letter-spacing:3px;
}

#bottom
{
width:800px;
height:50px;
margin:auto;
}

#bottom p 
{
padding-top:15px;
font-size:10px;
color:gray;
font-family:"Lucida Grande";
}

a
{
text-decoration:none;
color:gray;
}

a:hover
{
color:white;
}

a img
{
border:none;
}

img.splash {border:1px solid black;}

a.email:hover
{
color:#ffcc00;
}
/* End of 'Main Style' */

