/* GENERIC */

form {
	margin:					0px;
	padding:				0px;
}

fieldset {
	margin:					0px;
	padding:				0px;
	border:					none;
}

img {
	border-style:			none;
}

a {
	color:					blue;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

/* BODY */

body {
	margin:					0px;
	margin-bottom:			10px;
	background-color:		#e3e3e3;
	font:					11px Verdana;
	text-align:				center;
}

#frame {
	width:					792px;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				0px;
	padding:				0px;
	text-align:				left;
	background-color:		white;
	border-left:			1px solid black;
	border-right:			1px solid black;
}

#main-logo {
	height:					55px;	
	background-image:		url('../images/main-logo.jpg');
	background-repeat:		no-repeat;
	background-position:	12px 12px;
}

#menu-bar {
	height:					32px;
	padding-top:			9px;
	padding-left:			5px;
	background-image:		url('../images/menu-bg.png');
	text-align:				left;
	text-transform:			uppercase;
}

#menu-bar a {
	padding-left:			12px;
	margin-right:			8px;
	color:					white;
	font:					bold 11px Verdana;
	background-image:		url('../images/menu-bol.png');
	background-repeat:		no-repeat;
	background-position:	0px 3px;
}

#menu-bar a:hover {
	background-image:		url('../images/menu-bol2.png');
}

#menu-bar a.cur {
	background-image:		url('../images/menu-bol2.png');
}

#menu-bar a.admin {
	color:					#FF9900;
	background-image:		none;
}

#main-content {
}

#main-columns {
}

#mc-left {
	float:					left;
	width:					594px;
	padding:				5px;
	min-height:				300px;
}

#mc-left h1 {
	margin-top:				0.5em;
	margin-bottom:			0.5em;
	font:					bold 24px Verdana;
}

#mc-left h2 {
	margin-top:				0.5em;
	margin-bottom:			0.5em;
	font:					bold 13px Verdana;
}

#mc-left p {
	margin-top:				0.5em;
	margin-bottom:			0.5em;
}

#mc-right {
	float:					right;
	width:					170px;
}

#sidebar-content {
	padding:				8px;	
	background-image:		url('../images/right-bg.png');
	border:					solid black;
	border-width:			1px 0px 1px 1px;
	text-align:				center;
	font-weight:			bold;
}

#mc-right p {
	margin-top:				0.6em;
	margin-bottom:			0.6em;
}

#mc-right h1 {
	margin-top:				0.5em;
	margin-bottom:			0.5em;
	font:					bold 12px Verdana;
	text-transform:			uppercase;
	text-align:				center;
}

#mc-right .items {
	margin:					5px;
	text-align:				left;
}

#mc-right .items div {
	padding-bottom:			4px;
	padding-left:			8px;
	background-image:		url('../images/li.png');
	background-repeat:		no-repeat;
	background-position:	0px 2px;
}

#main-bottom {
	clear:					both;
	padding:				3px;
	background-color:		#FF9900;
	border-top:				1px solid black;
	border-bottom:			1px solid black;
	font:					bold 11px Verdana;
	text-align:				center;
}

