/* CSS Document 
author: almino.malaza.jr@gmail.com
website: http://designbyrollence.com
*/
body{
	margin:0px;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
}

/*main structures*/
#outer{
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#glorinda{
	background-image: url(../images/glorindareduced_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 371px;
	width: 242px;
	left: 0px;
	top: 0px;
}

#rightcol{
	left: 242px;/*width:560px;margin-left:242px;*/
	right:0px;
	top: 0px;
	
	margin-right:10px;
	position: absolute;
}

#banner{
	background-image: url(../images/glo_text.jpg);
	background-repeat: no-repeat;
	background-position: 15px 17px;
	height: 72px;
/*	margin-left: 242px;*/
}

#nav{
	height: 20px;
	margin-left: 15px;
/*	float:left;
	width:520px;*/
}

#body_content{	
	margin-left: 15px;
	clear:both;
	width:560px;
}

/*styles*/
#body_content h2{
	color:#781E35;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #781E35;
	padding-bottom:3px;
	font-weight:bolder;
	margin-bottom:8px;
}

h4{
	/*color:#781E35;*/
	color:#000000;
	font-size:13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:3px;
	font-weight:bolder;
	margin:0px;
	text-transform:capitalize;
}
.special{
	font-style: italic;
	margin-bottom: 5px;
	font-size:12px;
}

a.get, a.get:link, a.get:active, a.get:visited, a.get:hover{
	text-decoration: none;
}

table.navtable{
	margin-bottom:8px;
}

h5.biopage{
	margin-bottom:0px;
	margin-top:36px;
	font-size:11px;
}

p.biopage{
	margin-bottom:0px;
	margin-top:0px;
}

/*design box*/
.designByText
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float:right;
	width:150px;
}

.designByText, .designByText a, .designByText a:link, .designByText a:visited{
	color: #666666;
	text-decoration:none;
}

.designByText a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#design-box{
	margin-bottom:5px;
	margin-right:10px;
	float:right;
	width:150px;
}