/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #e2ddce;
	}

img.border {
	padding-left: 20px;
	padding-top: 30px;
}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	width: 800px;
	}
	div#header {
	color: inherit;
	background-color: #fff;
	height: 278px;
		}
		div#header-in {
	background-image: url(../images/header.jpg);
	height: 278px;
			}
	div#content-wrap {
		padding: 10;
		}
		
		
		div.content {
	color: inherit;
	background-color: #fff;
	border: 0;
	border-width: 0;
	width: 663px;
	height: 463px;
	overflow: auto;
	
	
	
			}
			div.content-in {
	padding: 20px;
	
				}
			div.rightblock {
	background-image: url(../images/rightblock.jpg);
	position: absolute;
	width: 39px;
	height: 463px;
	border: 0;
	border-width: 0;	
				}
		div.column {
	background-image: url(../images/navbar.jpg); 
	background-repeat:repeat-y; 
	background-color:
	color: inherit;
	background-color: #fff;
	border: 0px;
	border-width: 0;
	width: 137px;
	height: 463px;	
			}
			div.column-in {
	padding: 1px;
				}
	div#footer {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
	background-image: url(../images/footer.jpg);
	width: 800px;
		}
		div#footer-in {
			padding: 20px;			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
a {
 	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c8c8d;
	font-size: small;	
}
a:visited {color:#6c8c8d;}
a:hover {
	text-decoration:none;
	color:#ffffff
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.bold {
	font-style: normal;
	font-weight: bold;
}

.content_body {font-family: Verdana, Arial, Helvetica, sans-serif}
.content_head {font-family: Pristina, "Amerigo Medium BT"; }

	
			




															/** FORMS **/
															/** Buttons**/
.buttonscontainer {
	width: 136px;
}

.buttons a {
	color: #6c8c8d;
	/*background-color: #c3d6de;
	background-image: url(../images/navbar.jpg); 
	background-repeat:repeat-y; */
	padding: 4px;
	padding-left: 13px;
	display: block;
	font: 12px Verdana, sans-serif;
	/*font-weight: bold;*/
text-decoration: none;
	text-align: left;
}

.buttons a:hover {background-color: #6ca59c;
color: #ffffff;
text-decoration: none;}


	





															/** END **/
	
