/* colors: b269e6 */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;

}
body {
	font-size: 13px;
	color: #272627;
	background: #f7f6f6 url('../images-magenta/bg.jpg') repeat-x;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #b269e6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	
}

h1 {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}


#wrapper {
	padding-top: 144px;
	float: left;
	width: 100%;
}
#left {
	float: left;
	text-align: right;
}
#logo {
	height: 101px;
	width: 324px;
	background-image: url('../images-magenta/logo.jpg');
	background-repeat: no-repeat;
}
#logo img {
	border: 0px;
	padding: 0px;
	margin-left: 54px;
}
#logo a {
	border: 0px;
}
#sidebar, #description {
	padding-right: 16px;
}
#description {
	height: 110px;
	margin: 115px 0 0 60px;
	overflow: hidden;
	color: #b269e6;
	font-size: 16px;
	width: 244px;
}
#sidebar {

}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
	
}
#sidebar ul li a {
	color: #272627;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	display: block;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	text-decoration: none;
	color: #b269e6;
	border: 0px;
}
#right {
	position: absolute;
	left: 330px;
	min-width: 861px;
}
#line {
	float: left;
	height: 508px;
	margin-top: 182px;
	background: #f7f6f6 url('../images-magenta/line.jpg') no-repeat left;
	font-size: 12px;
	margin-left: 6px;
	width: 22px;
}
#headline {
	color: #777578;
	font-size: 16px;
	margin-top: 75px;
	text-indent: 3px;
}
#topbar, #content  {
	padding-left: 29px;
}

#topmenu {
	margin-left: 17px;
	height: 81px;
	line-height: 80px;
	width: 90%;
}
#topmenu a {
	color: #272627;
	font-weight: bold;
	font-size: 15px;
	margin-right: 36px;
}
#topmenu a:hover, #topmenu a.active {
	text-decoration: none;
	color: #b269e6;
	border: 0px;
}
#content {
	margin: 40px 50px 0 0;
	padding-bottom: 100px;
}
