html {
        height: 100%;
        padding-bottom: 1px; /* force scrollbars */
}

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background-color: rgb(241, 241, 241);
}
a {
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
}

.bold {
	font-weight: 900;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	margin: 25px 200px 85px 25px;
	height: 70px;
	width: 226px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	margin-left: 25px;
	padding-right: 270px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	color: #9B9B9B;
	width: 800px;
}

#content p.title {
	text-transform: uppercase;
}

#content p.title .bold {
	color: black;
	margin-right: 10px;
}

#content .description {
	margin-bottom: 15px;
}

#content .description .italic {
	;
}

#content img {
	margin-top: 7px;
	margin-bottom: 7px;
}

#content .left {
	float: left;
	margin-right: 10px;
}

#content .clearer {
	clear: both;
}

#content a {
	color: #9B9B9B;
}

#content a:hover {
	color: black;
}

#content hr {
    height: 1px;
    color: #9B9B9B;
    background-color: #9B9B9B;
    border: none; 
}



/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	width: 200px;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: rgb(230, 230, 230);
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.80;
}


/* Right menu
-----------------------------------------------------------------------------*/
#rightmenu {
	margin: 40px 20px 0 20px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing: 1px;
}

#rightmenu ul li ul {
	padding: 0px;
}

#rightmenu ul li {
	padding: 2px 0 2px 0;
	list-style: none;
	border-bottom: solid 1px #000000;
}

#rightmenu ul li div {
	border-bottom: solid 1px #000000;
	padding-top: 1px;
}

#rightmenu ul li.first {
	border-bottom: none;
}

#rightmenu a {
	text-decoration: none;
	color: #000000;
}

#rightmenu a:hover {
	color: #FF6666;
}


