/* global styles */

html {
	padding: 0;
	margin: 0 auto 0 auto;
}

body {
	margin: 0 auto 0 auto;
	padding: 0;
    font-family: verdana, arial, sans-serif;
	background: #d1d1d1;
	color: #303030;
 }
		
#flashDiv {
 	padding-top: 20px;
	
} 
#container {
 	margin: 0 auto 0 auto;
	text-align: left;
    top: 0px;
    left: 0px;
    display: block;
    width: 820px;
	float: left;	
	position: relative;
	background: #e9e9e9;
	
}
#main {
	font-size: 80%;
	width: 620px;
	background: #e9e9e9;
	float: right;
	text-align: left;
	
	
}
#main_text {
 	margin-top: 69px;
	margin-left: 15px;
	
}



#buttons {
 	background: #e9e9e9;
    width: 200px;
	margin-top: 20px;
	float: left;
	text-align: left;
	
	
}

#buttons_text {
 	
	margin-left: 10px;
	
}

#current {

	font-size: 80%;
	
}

#current_title {
	color: #000000;
	font-size: 80%;
	font-weight: bold; 

}

#visit {
	font-size: 80%;
	font-weight: bold; 
	color: #970000;
	text-decoration: none; 
	
}

#title {
	font-size: 200%; 
 	color:#970000;
	font-weight: bold;
    font-family: arial;
	
}

#subtitle {
	font-size: 150%; 
 	color:#970000;
	font-weight: bold;

}

A:link, A:visited, A:active { 
	font-size: 80%; 
	font-weight: bold; 
	color: #585858; 
	text-decoration: none; 
}

A:hover { 
	font-size: 80%;
	font-weight: bold; 
	color: #000000;
	text-decoration: none; 
}

a img {
	border: none; 
}


.newcol {
	font-size: 80%;
	color: #000;
	font-weight: bold;
	width: 180px;
	display:inline-block;
}

.gallery {
	
}

.newrow {
	
}

/* TABLES CSS */
table {
	font-weight: bold; 
	border-collapse: collapse;
	font-size: 80%;
}





