/* Website header */
#headercontent /* Use this to control height of header */
{
	position: relative; /* required so that absolute (bottom) positioning can be used by child divs */
	background: black; /*#30292b;*/
	color: #c1c0c0;
	height: 29px;
	padding: 0px;
	border-bottom: solid 1px gray;
}

#headercontent h1
{
	display: inline;
	color: #b8c071;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#headercontent h2
{

	color: #b8c071; /* #c1c0c0;*/
	font-size: 16px;
	margin-top: 0px;
}

#headercontentl
{
	position: relative;
	float:left;
	margin-left: 5px;
	width: 28px;
	top: 5px;
}

#headercontentr
{
	position: absolute;
	/* float: right; */
	right: 5px;
	bottom: 3px;
	z-index: 100;
}

#headercontentm
{
	position: relative;
	margin-left: 60px;
	margin-bottom: 0px;
	padding-bottom: 0;
	height: 100%;
	color: white;
}

#headercontent ul
{
	position: absolute;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:100%;
	padding-left: 0px;
	/*padding-bottom: 0px;*/
	margin: 0;
	margin-bottom: 5px;
	bottom: 0px;
}

#headercontent ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	/*padding-right: 5px;
	padding-left: 5px;*/

}

#headercontent a
{
    text-decoration: none;
    color: #c1c0c0;
    font-size: 15px;
}

#headercontent a:hover
{
    color: orange;
}

#headercontent ul li a
{
	text-decoration: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #c1c0c0;
	width: 100%;
	border: solid 1px #4c4c4c;
}

#headercontent ul li a:hover
{
	/*color:#b8c071;*/

	text-decoration:none;
	width: 100%;
	height:60px;
    color: #c1c0c0;
    background: #4c4c4c;
}


/* Page Layout */

#u_container
{
    clear: both;
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    /*height: 100%;*/
}

#u_header
{
    padding: 5px;
    margin-bottom: 10px;
}

#u_nav
{
    float: left;
    width: 225px;
}

#u_content
{
    float: right;
    width: 575px;
}

#u_footer
{
    clear: both;
    text-align: center;
}

/* Navigation */

.u_left_nav
{
    width: 200px;
    padding: 5px;
}

.u_left_nav li
{
    list-style: none;
}

.u_left_nav li a
{
    text-decoration: none;
}

.u_left_nav li a:hover
{
    background: silver;
}

/* Colors */

body
{
    background: #E0E0F8;
    background: white;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.4;
    font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
    color: #2B332E;
    color: #369;

    color: #888A85;
            font-size: 110%;
            line-height: 1.3em;
}

h1
{
    font-size: 300%;
    font-weight: normal;
    /*text-transform: lowercase;*/
    line-height: 120%;
    /*margin-bottom: 0px;*/
}

a {
	color: #369;
}

#u_container
{
    background: white;
}

.profile_snippet
{
    width: 200px;
    padding: 5px;
}

