@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0;
	padding:0;
}

body {
	background-color:#F2F2EA;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 20px;
	color: #000;
}

h2 {
	font-size: 18px;
	color: #000;
}

h3 {
	font-size: 16px;
	color: #000;
}

a {
	font-size: 12px;
	color: #253D72;
}

a:visited {
	color: #253D72;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

div#wrapper{
	position:relative;
	margin:0 auto;
	width:900px;
	height:100%;
	background:#FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-top:10px;
}

div#header{
	height:256px;
	width:100%;
	position:relative;
	background:url(../gfx/header.png) no-repeat #FFF;
	border-top:1px solid #666;
}

div#header div#adminbox{
	position:absolute;
	top:5px;
	right:5px;
}

div#header div#adminbox a{
	font-size:10px;
}

div#header div#images{
	position:absolute;
	bottom:0px;
	left:0px;
	height:100px;
	width:100%;
	padding:3px 0px 3px 0px;
	margin:0;
	background:url(../gfx/menu_bg_frame.png) repeat-x #252525;
}

div#header div#images div.image{
	width:221px;
	margin:0px 0px 0px 3px;
	height:100px;
	background:#252525;
	float:left;
	padding:0;
}

div#menu{
	width:100%;
	height:30px;
	position:relative;
	background:url(../gfx/menu_bg_gradient.png) repeat #F4F4F4;
	border-bottom:1px solid #CCC;
}

div#main{
	width:100%;
	height:auto;
}

div#main div#left{
	float:left;
	width:688px;
	height:auto;
	min-height:300px;
	padding:6px;
	overflow:hidden;
}

div#main div#right{
	float:left;
	width:187px;
	height:auto;
	min-height:300px;
	padding:6px;
	/*border-left:1px dotted #CCC;*/
}

div#main div#right div.box{
	width:auto;
	height:auto;
	margin-bottom:10px;
	background:url(../gfx/right_box_bg.png) no-repeat #FFF;
	padding:35px 4px 0px 4px;
	min-height:100px;
}

div.clearboth{
	clear:both;
}

div#footer{
	width:100%;
	height:60px;
	text-align:center;
	padding-top:40px;
	border-top:1px dotted #CCC;
	font-size:10px;
}

input, textarea, select{
	border:1px solid #CCC;
	padding:4px;
	margin-bottom:4px;
}

div.picframe {
	width:120px;
	height:120px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:3px;
	padding:0px;
	border: 3px solid #e9e8d3;
}

div.alpha{
	width:100%;
	height:100%;
	background:#000;
	opacity:.3;
	-moz-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

div.alpha:hover{
	opacity:.0;
	-moz-opacity:0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}