/************************
CSS Document
Stylesheet for Valinsky
************************/ 

/*--- Standard Tags ---*/



body {
	padding: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: small;
	color: #333;
	background-color: #999;
	text-align: center;
}



a:link, a:visited {
	color:#900;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

/*--- Custom Tags ---*/
#centering {
	background-color: #bdd;
	text-align: left;
	width: 100%;
	
}

#header {
	font-size: 105%;
	border-bottom: #999;
	border-width: 0 0 5px 0;
	border-style: none none solid none;
	background-image: url(../images/ur.png);
	background-repeat: no-repeat;
	background-color:#000;
	min-height: 200px;
	background-position: right top;
}

#leftbar {
	float: left;
	width: 25%;
}

#leftbar_padding {
	padding: 5px 10px 5px 10px;
}

#leftbar a:link,#leftbar a:visited {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	/*
	padding-top: 5px;
	padding-left: 18px;
	*/
	width: 100%;
	text-decoration: none;
	font-size: 85%;
}

#leftbar a:hover {
	text-decoration: none;
	color:#000;
}

#leftbar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left:0;
}

#content {
	float: right;
	width: 70%;
	font-size: 90%;
}

.contentheading{
	font-size: 120%;
	font-weight:bold;
}





#content_padding {
	padding: 5px 10px 5px 10px;
	width:80%;
}

#content h1 {
	font-size: 150%;
	color:#666;
}

#content h2 {
	font-size: 110%;
	font-seight: bold;
	font-style:italic;
}

#content h3 {
	font-size: 110%;
	font-weight: bold
}




#content h4 {
	font-size: 110%;
	margin: 5px 0 5px 0;
	font-weight: bold;
}
#content li {
	margin: 2px 0 2px 0;
}

.team a:link, #team a:visited {
 	font-weight: bold;
}

#quote p{
	font-style: italic;	

}




#footer {
	clear: both; 
	height: 60px;
	color: #fff;
	text-align: center;
	background-color: #333;

}

#footer a:link, #footer a:visited{
	color:#CC3333;
}

.italic {
	font-style: italic;	
}
dl {
	margin-bottom: 5px;
}

dt {
	margin-bottom: 5px;
	font-style:italic
}

dd {

}

.sidebar{
	width: 75%;
	font-size: 75%;
	font-color: #999;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}

.componentheading{
	font-weight: bold;
}