@charset "UTF-8";

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
	}
	
a {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
	}
		
a:hover {
	color:#c52163;
	text-decoration: underline;
	}
	
/**	
a.download {
	color:#2E95E4;
	text-decoration: none;
	}
		
a.download:hover {
	color:#57463f;
	text-decoration: underline;
	}	
**/

body {
	
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	
	}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	}
	




/** -----------[ MAIN WRAPPER ]----------- **/  
 
#wrapper {
	background-color: #99CC00;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	/**z-index: 1;**/
	}

/** -----------[ MAIN BOXES ]----------- **/

   
#black {
	background-color: #000000;
	height: 150px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	background-image: url(../img/black_bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#white {
	background-color: #fff;
	position:absolute;
	height: 100%;
	width: 100%;
	background-image: url(../img/white_bar2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/** -----------[ MENU BOXES ]----------- **/

#menu_wrapper {
	/**background-color:#009900;**/
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	
	}

#submenu_wrapper {
	/**background-color:#000066;**/
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:10px;
	}

/** -----------[ MENU ]----------- **/

#menu {
	
	color: #000;
	overflow: hidden;
	text-transform: uppercase;
		}
		
#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
		}

#menu li{
		
	text-align: center;
	list-style-type: none;
	float:left;
		}

#menu a {
	float: left; 
	padding: 0px 10px;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #FFF; 
	text-align: center; 
	text-decoration: none;
	
	}

#menu a:hover {
	background-color:#c52163;
	color:#FFFFFF;
	}

#menu .selected {
	background-color:#666666;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

	

/** -----------[ MENU2 ]----------- **/	
	
#menu2 {
	
	color: #FFF;
	overflow: hidden;
	text-transform: lowercase;
	
		}
		
#menu2 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
		}

#menu2 li{
		
	text-align: left;
	list-style-type: none;
	float:left;
	background-color:#FFF;
		}

#menu2 a {
	float: left; 
	padding: 5px 10px;
	font: 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	text-align: center; 
	text-decoration: none;
	
	
	
	}

#menu2 a:hover {
	background-color:#c52163;
	color:#FFFFFF;
	}

#menu2 .selected2 {
	background-color:#CCCCCC;
	color:#000000;	
	
	 
	}


	
	
/** -----------[ THUMBNAILS ]----------- **/


.thumb {
	margin: 10px 10px 10px 10px;
	float:left;
	color:#666666;
	}
	
.thumb_two{
	margin: 10px 10px 0px 10px;
	float:left;
	color:#666666;
	}
	
.thumb_extention {
	margin: 0px 0px 0px 0px;
	float:left;
	color:#666666;
	font: 0.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

.thumb_extention a.download{
	display: block; 
	 width: 126px; 
	height: 11px; 
	background-color: #E0E0E0; 
	color: #000;
	text-align: center;
	}

.gallery a.download:hover {
	background-color: #c52163;
	color: #FFFFFF;
	}


.gallery img {
	border: 0;
	margin-top: 3px;
	
	
	} 

.gallery a {
	display: block; 
	width: 126px; 
	height: 126px; 
	background-color: #E0E0E0; 
	color: #000;
	text-align: center;
	
	
	
	}

.gallery a:hover {
	background-color: #000000;
	color: #000;
	}
	
.gallery td {
	text-align: center;
	}

	
		
/** -----------[ NOTEPAD ]----------- **/


#notepad_main {
	width:914px;
	height:540px;
	/**background-color:#996666;**/
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:30px;
	background-image:url(../img/notepad.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:20px;
	padding-left:110px;
	color:#000000;	
	}
	 
#notepad_top {
	margin:10px 10px 30px 10px;
	padding-bottom:0px;
	border-bottom: #ccc solid 1px;
	width:860px;
	height:12px;
	text-transform: lowercase;	
	}



#frame_wrapper{
	margin:10px;
	height:400px;
}
	

#frame_text_l {
	font-size:12px;
	color:#000000;
	width:400px;
	float:left;
	padding:10px;
	}
	
#frame_text_r {
	color:#000000;
	width:400px;
	float:left;
	text-align: right;
	vertical-align: bottom;
	}


#frame_news_l {
	font-size:12px;
	color:#000000;
	width:600px;
	height:390px;
	float:left;
	padding-top:10px;
	}
	
#frame_news_r {
	width:250px;
	height:auto;
	float:left;
	text-align: left;
	padding-left:10px;
	padding-top: 0px;
	}
