body, select
{
	font: 13px/20px Gulim, verdana;
	color: #555;
}

/* content */
#content
{
	margin: 10px;
	text-align: left;
	font: 12px/20px;
}

#content p
{
	margin: 10px 0px;
	line-height: 22px;
}

#content h2
{
	font-size: 13px;
	padding: 6px 12px;
	background: #B2D4D1;
	background: #96B2E2;
	background: #B8A0C4;
	background: #063272;
	color: #fff;
	background: #5672AF
}

#content h3
{
	font-size: 13px;
	margin: 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
	
}

/* logo */
#logo span
{
	display: none;
}

/* footer */
#footer
{
	margin: 0px auto;
	margin-top: 0px;
	width: 740px;
	color: #777;
	font: 12px/16px Arial;

}

#footer p
{
	margin: 10px 0px;
	text-align: justify;
}

#footer img
{
	float:right;
}

/* ahref */
a
{
	color: #00f;
	text-decoration: none;
}
a:hover
{
	color: #00f;
	text-decoration: underline;
}

/* floaters */
img.picLeft
{
	display: block;
	float: left;
	margin: 10px 15px 10px 5px;
}

img.picRight
{
	display: block;
	float: right;
	margin: 10px 5px 10px 15px;
}

/* background elements */
body
{
	background: #E1E0FF;
	background: #AFBFC2;
	background: #92A5C6;
	background: url(../images/vines.gif) top left no-repeat;
	background: url(../images/bg0.png) repeat-y;
	background: #BA945B url(../images/bg1.gif) repeat-x;
	background-attachment: fixed;

}
div.xa, div.xc, table.xbw
{
	margin: 0px auto;
	width: 770px;
	
}

div.xa
{
	height: 25px;
	background: url(../images/bg_body_top.png) no-repeat;
}

div.xc
{
	height: 25px;
	background: url(../images/bg_body_bot.png) no-repeat;
}

table.xbw
{
	padding: 0px;
	
}

table.xbw td.xbl
{
	width: 10px;
	background: url(../images/bg_body_left.png);
}

table.xbw td.xb
{
	background: #fff;
	text-align: left;
}

table.xbw td.xbr
{
	width: 10px;
	background: url(../images/bg_body_right.png);	
}


/* vertical align */
html { overflow: -moz-scrollbars-vertical; }
body.va { margin: 0px auto; text-align: center; margin-top: 12px;}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
