@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.jpg) repeat-y;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	}


#container {
	width:800px;
	
	}

#header {
	width:768px;
	height:70px;
	background:url(index_files/image992.gif);
	position:absolute;
	z-index:100;
	left:10px;
	top:10px;
	}
	
#sidebar {
	width:176px;
	min-height:600px;
	height:auto;
	margin-right:10px;
	display:block;
	}

#menu_container {
	margin:100px 0 0 0;	
	}

#menu {
	padding:50px 0 0 0;
	
	}

#menu li {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	list-style:square;
	}
	
#extras {
	font-size:14px;
	color:#900;
	font-weight:bold;
	}

#content {
	float:right;
	padding:0 30px 0 0;
	width:575px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
p {
	line-height:1.5em;
	
	}	

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	}
	
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	}

h3 {
	display:block;
	border-bottom:2px #06C solid;
	
	}

h4 {
	display:block;
	background:#900;
	color:#FFF;
	font-size:16px;
	padding:10px 0 10px 0;
	
	}

.h4_move {
	padding:10px;
	
	}

.right {
	float:right;
	padding: 0 0 10px 10px;
	
	}

.left {
	float:left;
	padding: 0 10px 10px 0px;
	
	}

#caption {
	padding:10px 10px 10px 10px;
	margin:0 10px 0 10px;
	color:#FFF;
	text-align:center;
	font-size:11px;
	background-color: #555;
	
	 -moz-border-radius: 10px;

  -khtml-border-radius: 10px;

  -webkit-border-radius: 10px;
  border-radius: 10px;

	}

#boxed {
	padding:5px 5px 5px 5px;
	margin:0 10px;
	text-align:center;
	font-size:11px;
	background-color: #555;
	
	 -moz-border-radius: 10px;

  -khtml-border-radius: 10px;

  -webkit-border-radius: 10px;
  border-radius: 10px;
	
	}


#caption img {
	padding-bottom:5px;	
	
	}
	
td {
	font-size:12px;
	
	}
	
	
#footer {
	clear:both;
	width:600px;
	padding:0 0 0 190px;
	}

#footer_text {
	border-top:2px solid #06C;
	width:600px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
	
a {
	color:#039;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}