/* CSS Document */

body {
	color: #000000;
	background: url(images/bg1.jpg) bottom left repeat-x  #427FB1;
	background-attachment: fixed;
	font: 16px "Courier New", Courier, monospace;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
margin: 0px auto;
padding: 0;
border: 0px solid black;

}

#nav
{
width: 800px;
height: 44px;
margin-top: 10px;
padding-bottom: 16px;
background: url(images/topbit.jpg) bottom left no-repeat;
}

#header
{
background: url(images/header.jpg);
width: 800px;
height: 105px;
}

#content
{
background: url(images/contentbg.jpg) repeat-y;
padding: 5px 30px 30px 30px;
}

#content a,a:visited
{color: #4DA4E3;}

#content a:hover
{color: #3177AA;
text-decoration: none;}

.img1
{margin-left: 20px;}

h3
{border-bottom: 1px dashed #000000;
padding-bottom: 8px;}

.img1
{margin-left: 15px;}

.h3big
{font-size: 45px;}

.thumb
{border: 3px solid #000000;}

.thumb:hover
{border: 3px solid #AAAAAA;}

.table1
{background: #F6F1D6;
border: 1px dotted #DBD5B6;
padding: 10px;}

#footer
{background: url(images/footer.jpg) no-repeat;
font: 9px Verdana, Arial, Helvetica, sans-serif;
padding: 20px 5px 0px 5px;
color: #cccccc;
height: 35px;}

#footer a,a:visited
{color: #cccccc;}

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