/* CSS Document */
body { 
	border:0;
	margin:0;
	padding:0;
	background:#000000;
	font-family: Verdana, Arial, sans-serif;
}

/*--- Link color ---*/
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; }


/*--- H ---*/
h1 {
 margin:0;
 padding:0;
 border:0;
 font-size: 14px; 
 color:#fff;
line-height: 140%; 
color: #ffffff; 
word-spacing: 0.4em; 
font-weight: bold;
float:left; 
 }
 

 
p { margin-top: 0em; margin-bottom: 1em;both:clear;}


/*--- Text ---*/
.text_m { 
	font-size: 12px; 
	line-height: 140%; 
	color: #FFFFFF; 
	word-spacing: 0.2em; }
	
.text_m_b { 
	font-size: 12px; 
	line-height: 140%; 
	color: #FFFFFF; 
	word-spacing: 0.2em;
	font-weight: bold;  }
	
.text_m_or { 
	font-size: 12px; 
	line-height: 140%; 
	color: #FF9900; 
	word-spacing: 0.2em; }	
	
.text_ml_b { 
	font-size: 14px; 
	line-height: 140%; 
	color: #ffffff; 
	word-spacing: 0.4em; 
	font-weight: bold; }
	
	
.text_l-link { 
	font-size: 12px; 
	line-height: 140%; 
	color: #ffffff; 
	word-spacing: 0.4em; 
	font-weight: normal; 
	text-indent:5em;
	}

.text_s {
	font-size: 10px;
	line-height: 120%;
	color: #FFFFFF;
	word-spacing: 0.1em;
}

.text_s_white {
	font-size: 10px;
	color: #FFFFFF;
	word-spacing: 0.1em;
}

.text_sb {
	font-size: 10px;
	line-height: 120%;
	color: #ffffff;
	word-spacing: 0.1em;
	font-weight: bold;
}

/*--- Layout ---*/

#wrapper {
width: 950px;
margin: 0px auto 0px;
}


#header {
	width: 950px;
	height: 60px;
	padding: 0;
	background-image: url(images/title_rogo.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
	
}

#vkContainer {
	WIDTH: 950px;
	HEIGHT: 360px;
	margin: 0px auto 0px;
}
#contents{
	WIDTH: 950px;
	
}

#about {
	WIDTH: 700px;
	padding: 0 20px 0 0;
	float:left;
}

#link {
	WIDTH: 200px;
	padding: 30px 20px 0 0;
	float:right;
}


#footerContainer {
	WIDTH: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	PADDING-TOP: 10px;
	text-align: center; 
	margin: 0px auto 0px;
	clear:both;
}




