body{
	font-family: "SourceSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(../images/left_nav.png) top center repeat-x #181A39;
	font-size:13px;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

@font-face {
    font-family: 'SourceSans';
    src: url('sourcesanspro-regular-webfont.eot') format('eot'),
        url('sourcesanspro-regular-webfont.woff') format('woff'),
        url('sourcesanspro-regular-webfont.ttf') format('truetype'),
        url('sourcesanspro-regular-webfont.otf') format('opentype'),
        url('sourcesanspro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansBold';
    src: url('sourcesanspro-bold-webfont.eot') format('eot'),
        url('sourcesanspro-bold-webfont.woff') format('woff'),
        url('sourcesanspro-bold-webfont.ttf') format('truetype'),
        url('sourcesanspro-bold-webfont.otf') format('opentype'),
        url('sourcesanspro-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothic';
    src: url('leaguegothic-webfont.eot') format('eot'),
        url('leaguegothic-webfont.woff') format('woff'),
        url('leaguegothic-webfont.ttf') format('truetype'),
        url('leaguegothic-webfont.otf') format('opentype'),
        url('leaguegothic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#top{
	padding:0px 10px 0px 10px;
	/*background-color:#56783B;*/
	width:263px;
	height:142px;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#333333;
}

#page{
	background-color:white;
	width:270px;
	min-height:250px;
	padding:10px;
	margin-top:20px;
	/*border:1px solid red;*/
}

#page p{
	font-size:20px;
}

#top_block{
	height:50px;
	width:260px;
	padding:20px 0px 0px 0px;
	font-size:35px;
	color:white;
	font-family:"LeagueGothic", "Impact", Helvetica, Arial, sans-serif;
	text-align:center;
}

#hr{
	height:1px;
	width:100%;
	border-bottom:1px dotted #1D2171;
	/*margin:20px 0px 20px 0px;*/
}