@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
strong, b{font-weight: 700;}
body {
    line-height: 1;
	background:url(../graphics/layout/sitebg-main.jpg)
}
body, td, th{	
    
	}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size: 0;
   height: 0;
   visibility: hidden;
 }
 
/* STYLE */
#bgwrapper{
	background:url(../graphics/layout/sitebg.jpg);
	background-repeat:repeat-x;
}
#wrapper{
	width:960px;
	height:auto;
	margin: 0 auto;	
	}
#left{
	width:25px;
	height:auto;
	float:left;
	}
#contentcontainer{
	width:910px;
	height:auto;
	min-height:1133px;
	float:left;
	background:#fff;
	}
#header{
	height:270px;
	margin:30px 0 0 0;
} 
#navicont{
	width:298px;
	height:740px;
	padding:10px 40px 0 0;
	border-right:1px solid #ccc;
	text-align:right;
	background:url(../graphics/layout/navibg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	float:left;
}
#navicont a{
	font-size:130%;
	line-height:240%;
	text-decoration:none;
	color:#2581c4;	
}
#navicont a:hover {
	color:#666;
}
#content{
	width:428px;
	padding:10px 20px 300px 110px;
	float:left;	
	font-size:120%;
	line-height:210%;
}
#content ul{
	list-style:outside;
	margin-left:20px;
		
}
#content li{
	padding-left:5px;
	margin-bottom:20px;
}

#content h1{
	font-size:190%;
	color:#2581c4;
	margin-bottom:30px;
	}
#content p{
	margin:00px 0 00px 0;
}
#right{
	width:25px;
	height:auto;
	float:left;
	}
#top{
	width:910px;
	height:50px;
}
#bottom{
	width:960px;
	height:60px;
	clear:both;
	position:relative;
}
#vk{
	position: absolute;
	width: 170px;
	height: 300px;
	padding:40px 20px 0 30px;
	background: #ccc;
	right: 70px;
	margin-top: -300px;
	border: 1px solid #fff;
	background-color:#2581c4;
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.40);
	box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.40);
	color:#fff;
	
	font-size:110%;
	line-height:170%;
	
}
#vk h2{ font-size:180%; margin: 0 0 20px 0;}
