
* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#f0f6df;
}

#page {
	width:1000px;
	margin:0 auto;
	
}

#header {
	width:1000px;
	height:120px;
	margin: 0 auto;
	background: url('images/header.jpg') no-repeat 20%;
	padding:0px;

}

#content {
	padding:5px 5px 0 10px;
	background:url('images/body_bg.gif') repeat-y;
 	height:100%;
        overflow:auto;
	
}

/**************************** Left menu ****************************/
#lmenu {
	float:left;
	width: 180px;
	color:#000;
	background:url('images/nav_mid.gif') repeat-y;
}

.lnav_top {
	background:url('images/nav_top.gif') no-repeat;
	width:180px;
	height:28px;
}

.lnav_btm {
	background:url('images/nav_btm.gif') no-repeat;
	width:180px;
	height:28px;
}


#lmenu h3{
	color:#444;
	font-size:14px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

#lmenu ul {
	list-style:none;
	width:158px;
	font-size:12px;
	padding:0 0 0 3px;
	
}	

#lmenu li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	padding:0;
        
}

#lmenu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}

#lmenu a:link {
	display:block;
	padding:0 0 0 20px;
	color:#555;
	text-decoration: none;
	background:f0f6df;
}

#lmenu a:visited {
	display:block;
	padding:0 0 0 20px;
	color:#555;
	text-decoration: none;
	background:f0f6df;
}	


#lmenu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	

/**************************** Right menu ****************************/
#rmenu {
	float:right;
	width: 140px;
	color:#000;
	background:url('') repeat-y;
}

.rnav_top {
	background:url('') no-repeat;
	width:140px;
	height:12px;
}

.rnav_btm {
	background:url('') no-repeat;
	width:140px;
	height:42px;
}




/**************************** content ****************************/

#info {
	float:left;
	background:url('images/content_mid.gif') repeat-y;
	width:620px;
	color: #040404
}

.post_top {
	background:url('images/content_top.gif') no-repeat;
	width:620px;
	height:0px;
}

.post_btm {
	background:url('images/content_btm.gif') no-repeat;
	width:620px;
	height:0px;
}

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

img {
	border:0px solid #fff;
	padding:2px;
	margin:2px;
}

p {
	padding:5px 0 5px 0px
}

a{
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	color:#008000;
	text-decoration:none;
}

h1{
	color:#000;
	font-weight:normal;
	font-size:24px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:16px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#000;
}

h3{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

h4{
	color:#000;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:11px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}


/**************************** friends ****************************/

#friends {
	float:right;
	background:url('') repeat-y;
	width:620px;
	color: #040404
}

.post_top {
	background:url('') no-repeat;
	width:620px;
	height:0px;
}

.post_btm {
	background:url('') no-repeat;
	width:620px;
	height:0px;
}

.post {
	padding:0px 0px 15px 25px;
}

img {
	border:0px solid #fff;
	padding:5px;
	margin:3px;

}

a{
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	color:#008000;
	text-decoration:none;
}


/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	


/**************************** footer ****************************/

#footer{
	text-align:center;
	padding:40px;
	background:url('images/bottom.gif') no-repeat;
	height:42px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}