/*

General styling

*/

body {
	margin:0;
	font-family: "Trebuchet MS", "MS Sans Serif";
	font-size:0.8em;
	background-color:#666666;
	/*background-image:url(grad.jpg);
	background-repeat:repeat-x;*/
}
img{
margin:0px;
padding:0px;
}

h1{
	font-size:1.0em;
	margin:0;
	padding:0;
	font-weight:800;
	color:#666666;
}

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

.images img{
margin:3px;
border:1px solid #CCCCCC;
}

.images a:link, a:visited {
	text-decoration:none;
}

.images a:hover {
    text-decoration:none;
}

#wrapper {
	width:784px;
    margin:0 auto;
	/*background-image:url(background.jpg);
	background-repeat:repeat-x;*/
}
#wrapper2 {
border-bottom:2px solid #000000;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
background-color:#FFFFFF;
background-image:url(grad.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
#top {
	
}
#bottom {
clear:both;
}

/* HEADER */

#header {
height:32px;
background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}		
#header2 {
background-color:#FFFFFF;
height:134px;
	border-top:1px solid #000000;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
		
}	
    

/* SIDEBAR */

#sidebar {
    width:110px;
	float:right;
    margin:15px 5px 10px 0px;
	padding:0px 5px 5px 5px;
	border-left:1px solid #CCCCCC;
}

/* CONTENT */

#content {
    margin:10px 5px 10px 5px;
	padding:5px 5px 5px 5px;
	float:left;
	width:620px;
    overflow:auto;
}

/* FOOTER */
        
#footer {
	clear:both;
	color:#999999;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	/*background-image:url(bottom.jpg);
	background-repeat:no-repeat;*/
}

#footer a:link {
color:#999999;
}

#footer a:hover {
	color:#000000;
}
