body
{
	background-color: #FFFFFF;
	padding: 0px;
	margin:auto;
	font-size: 11px;
	font-family: Verdana, Arial;
}

a
{
	color: #281F80;
}

#navlist ul
{
	list-style-type: none;
	text-align: center;
}

#navlist ul li { display: inline; }

#errormsg
{
	color: #001C80;
	padding: 1px;
	padding-left: 6px;
	margin-bottom: 20px;
	background-image: url(./../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border: 1px solid #291F80; 
	background-color: #B7C5E8;
}

#main
{
	position:relative;
	width: 931px;
	margin-left:auto;margin-right:auto;
}

#tools
{
	position: absolute;
	top: 210px;
	margin-left: -10px;
}


.left
{
	background-image: url(./../images/left.jpg);
	background-repeat: repeat-y;
}

.rtop
{
	vertical-align: top;
	background-image: url(./../images/right.jpg);
	background-repeat: repeat-y;
}

.right
{
	background-image: url(./../images/right.jpg);
	background-repeat: repeat-y;
}

#header
{
	height: 238px;
	width: 930px;
	background-image: url(./../images/design_01.jpg);
	background-repeat: no-repeat;
	padding-left: 38px;
}

.footer
{
	background-image: url(./../images/design_09.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	text-align: center;
}

.footer, .footer a
{
	color: #9093c9;
}

#navigation
{
	padding-top: 180px;
	width: 750px;
	padding-bottom: 20px;
	font-family: "Orator Std", Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#navigation a
{
	color: #000000;
}

.content
{
	vertical-align: top;
	background-image: url(./../images/content.jpg);
}

.tablediv
{
	display:  table;
	width:100%;
	background-color: transparent;
	border-spacing:5px;
	border-collapse:separate;
}

.celldiv
{
	float:left;
	display:  table-cell;
	background-color: transparent;
}

.rowdiv 
{
	display:  table-row;
	width:auto;
}

/**
TEMP
**/

/** GALLERY - PIC OF MONTH **/
#picofmonth
{
	
	width: 159px;
	height: 204px;
	background-image: url(./../../../plugins/gallery/tpl/images/picofmonth.jpg);
	background-repeat: no-repeat;
	padding-left: 37px;
	padding-top: 32px;
}

