body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
}

ul {
	list-style: square;
}

em {
	font-family: verdana;
	font-size: 90%;
}

#wrapper {
	margin: auto;
	width: 920px;
	background-image: url("/img/user/wrapper_back.jpg");
	background-repeat: repeat-y;
	background-position: 1px;
}

#header {
	width: 920px;
	height: 150px;
	background-image: url("/img/user/header_back.jpg");
}

#menu {
	float: left;
	width: 130px;
	padding: 10px 0 0 35px;
	font-size: 8pt;
	line-height: 35px;
	font-weight: bold;
}

#menu h1 {
	font-size: 10pt;
	letter-spacing: 3px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #444;
	padding: 3px;
	margin-left: 35px;
}

#menu a:hover {
	color: white;
	background-color: #4D6981;
}

#menu .home_link {
	background-image: url("/img/user/home_link.gif");
	background-repeat: no-repeat;
}

#menu .menu_link {
	background-image: url("/img/user/menu_link.gif");
	background-repeat: no-repeat;
	background-position: 3px;
}

#menu .blog_link {
	background-image: url("/img/user/blog_link.gif");
	background-repeat: no-repeat;
	background-position: 5px;
}

#menu .links_link {
	background-image: url("/img/user/links_link.gif");
	background-repeat: no-repeat;
	background-position: -2px;
}

#breadcrumb {
	font-size: 80%;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#content {
	float: right;
	width: 670px;
	background-image: url("/img/user/content_back.jpg");
	min-height: 500px;
	padding: 20px 40px 20px 30px;
	line-height: 20px;
	text-align: justify;
}

#content ul {
	/* padding-left: 20px; */
}

#content h1 {
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 150%;
	color: rgb(177, 110, 42);
	border-bottom: 1px solid gray;
}

#content h2 {
	color: #4D6981;
	font-size: 12pt;
}

#content .section_link {
	font-size: 105%;
	font-weight: bold;
}

#content a:link, a:visited {
	color: rgb(84, 122, 167);
}
#content a:hover {
	color: rgb(177, 110, 42);
}

#footer {
	background-image: url("/img/user/footer_back.jpg");
	width: 890px;
	height: 30px;
	padding: 8px 0px 5px 30px;
	font-size: 8pt;
	clear: right;
}

.innerUl {
	margin: 20px;
	padding: 0;
}
