.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}

.imgright {
float: right;
padding: 6px 10px 6px 4px;
}

.portland_end {
padding: 6px 10px 6px 70px;
}

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #0000FF;}
a:hover {color: #0000FF;}

img {
border: 0;
}

body {
	background: #b5d7f8 url(img/bg.jpg);
	color: #251C1E;
	font: normal 62.5% Verdana, Arial, Helvetica;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.4em Verdana, Arial, Helvetica;
	margin-bottom: 4px;
}





h1,h2,h3 {
	padding-top: 6px;
	color: #EA0D7F;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.container {
	background-color: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}


.top {
	padding: 10px 10px 0;
}


.header {
	background-color: #ffffff;
	font-size: 1.2em;
	height: 85px;
	margin: 0 auto;
	padding: 10px 10px 17px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #ffffff;
	height: 102px;	
}

.header .left {
	background-color: #9C32CC;
	font: normal 4.8em "FlashTemplatesDesign",sans-serif;
	line-height: 120px;
	width: 564px;
	text-align: center;
	color: #CDAB95;
	background-repeat: repeat-x;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #9C32CC;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "FlashTemplatesDesign",sans-serif;}


.navigation {	
	background: #D9E1E5 url(img/1.jpg);
	border: 1px solid #ffffff;
	height: 30px;

}
.navigation a {
	background: transparent url(img/1.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #251C1E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
color: #FFFFFF;
background: transparent url(img/1.jpg) left bottom; 
}


.main {
	border-top: 4px solid #FFF;
}

.column {
float: right;
}

.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #251C1E;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.badge {
	line-height: 30px;
	margin: 0;
	padding-left: 17px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #b5d7f8;
}
.sidenav li {border-bottom: 1px solid #b5d7f8;
}
.sidenav li a {
	font-size: 0.8em;
	background-color: #F7F7F7;
	color: #DD2178;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #DD2178;
	color: #F6D90F;	
}


.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #B5D7F8;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content p
{
color: #000000;
}



.footer {
	background: #FF188C;
	color: #FFFFFF;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
}
.footer a,.footer a:hover {color: #000;}
