/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url('../images/bg.gif');
	
	font-family:tahoma,sans-serif;
	font-size:small;
	
}

.mainr h1 { 
	font-size:1.2em ; 
	margin:0.5em;
	margin-top:0;
	margin-left:0;
	color:#8A8051;
	text-align: left;
	border-bottom:1px dashed #8A8051;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:790px;
	background-image:url('../images/main_06.gif');
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
}

div#header {
	padding:0em;
	/*background:#ddd url("../images/csslayout.gif") 98% 10px no-repeat;*/
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 2em 5em; /* bottom padding for footer */
	color:#66696B;
	font-size:0.83em;
	
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url('../images/index_08.gif');
	
}
	div#footer p {
		padding:1em;
		margin:0;
		font-size:0.8em;
		text-align:center;
		color:#66696B;
	}
	
a img {
	border:0;
}

#logo{
	float:left;
	width:454px;
	margin:0;
}

#menu{
	float:left;
	width:336px;
	margin:0;
	height:56px;
	background-image:url('../images/menu.gif');
}
	
	#pmenu1{
		float:left;
		display:block;
		height:56px;
		width:105px;
		background-image:url('../images/main_02.gif');
	}
	
	#pmenu1:hover{
		background-image:url('../images/main_02_over.gif');
	}
	
	#pmenu2{
		float:left;
		display:block;
		height:56px;
		width:100px;
		background-image:url('../images/main_03.gif');
	}
	
	#pmenu2:hover{
		background-image:url('../images/main_03_over.gif');
	}
	
	#pmenu3{
		float:left;
		display:block;
		height:56px;
		width:131px;
		background-image:url('../images/main_04.gif');
	}
	
	#pmenu3:hover{
		background-image:url('../images/main_04_over.gif');
	}

.clrbth{
	clear:both;
	height:0;
	margin:0;
}

#main-round-top{
	width:790px;
	height:18px;
	background:red;
	background-image:url('../images/main_05.gif');
	font-size:0px;
	//margin-top:-3px;
	
}

#main-round-bottom{
	width:790px;
	height:16px;
	background-image:url('../images//main_07.gif');
}

#main{
	width:627px;
	float:left;
}

#membermenu{
	width:111px;
	float:left;
	padding-left:8px
}
	#membermenu a.smenu{
		float:left;
		display:block;
		width:111px;
		background:url('../images/button3.gif');
		height:17px;
		text-decoration:none;
		color:#fff;
		text-align:center;
		padding-top:3px;
	}
	
	#membermenu a.smenu:hover{
		float:left;
		display:block;
		width:111px;
		background:url('../images/button3.gif');
		height:17px;
		text-decoration:none;
		color:#000;
		text-align:center;
		padding-top:3px;
	}
	

#round1{
	width:627px;
}
	#round1 .top{
		width:627px;
		height:8px;
		font-size:1px;
		background-repeat:no-repeat;
		background-image:url('../images/round-top1.gif');
	}
	#round1 .bottom{
		width:627px;
		height:8px;
		font-size:1px;
		background-repeat:no-repeat;
		background-image:url('../images/round-bottom1.gif');
	}
	#round1 .mainr{
		width:622px;
		
		background-image:url('../images/round-main1.gif');
		padding-left:5px;
	}

#round2{
	width:490px;
	float:left;
	margin-bottom:10px;
}
	#round2 .top{
		width:490px;
		height:10px;
		font-size:1px;
		background-repeat:no-repeat;
		background-image:url('../images/round-top2.gif');
	}
	#round2 .bottom{
		width:490px;
		height:10px;
		font-size:1px;
		background-repeat:no-repeat;
		background-image:url('../images/round-bottom2.gif');
	}
	#round2 .mainr{
		width:475px;
		background-repeat:repeat-y;
		background-image:url('../images/round-main2.gif');
		padding-left:10px;
		padding-right:5px;
	}

#boxWrapper{
	width:490px;
	float:left;
}
	
#profileImg{
	float:left;
	width:124px;
	text-align:center;
}
	#profileImg img{
		border:2px solid #ccc;
	}

.pmenu{
	display:block;
	margin:auto;
	margin-bottom:5px;
	background:#E4DEC3;
	width:90px;
	padding:2px;
	text-align:center;
	color:#827B59;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #D8D1B0;
}

.pmenu:hover{
	display:block;
	margin:auto;
	margin-bottom:5px;
	background:#bfb895;
	width:90px;
	padding:2px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #d8d1b0;
}

.profileList{
	float:left;
	margin:0;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding:0;
	margin-right:40px;
}

#profileButtons{
	width:470px;
	float:left;
	padding-left:20px;
}

.plist{
	display:block;
	margin:auto;
	margin-bottom:5px;
	background:#9E9774;
	width:90px;
	padding:2px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #827B59;
	float:left;
	margin-right:15px;
}

.plist:hover{
	display:block;
	margin:auto;
	margin-bottom:5px;
	background:#827B59;
	width:90px;
	padding:2px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #827B59;
	float:left;
	margin-right:15px;
}





#main_n{
	width:620px;
	float:left;
}
#main_n .top{
	width:627px;
	height:8px;
	font-size:1px;
	background-repeat:no-repeat;
	background-image:url('../images/round-top1.gif');
}
#main_n .bottom{
	width:627px;
	height:8px;
	font-size:1px;
	background-repeat:no-repeat;
	background-image:url('../images/round-bottom1.gif');
}
#main_n .mainr{
	background-image:url('../images/round-main1.gif');
	padding:20px;
}
.mainr hr{
margin-right: auto;
margin-left: 0 ;
width:581px;
border: 0px none;
padding: 0px;
border-top:1px solid #ccc;
height:0px;
}
.main_r boxWrapper{
width:100%;
border:1px solid black;
}
.half{
	float:left;
	width:222px;
	padding:10px;
	border:1px dashed #ccc;
	margin-right:10px;
	margin-bottom:20px;
}

.half .title{
	background:#444444;
	height:14px;
	padding:2px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	width:213px;
	margin-bottom:10px;
}

.half a,.box a{

font-size:11px;
text-decoration:none;
}
.half a:hover ,.box a:hover{
text-decoration:none;

}
.clrBth{
	clear:both;
}
.user_image{
border: 3px solid #9E9774;
}

