body {

	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
	font-family: arial, sans-serif;

}

#frame {

	margin: 60px auto 0 auto;
	width: 750px;

}

#header {

	margin: 0 auto 10px auto;
	width: 750px;
	height: 60px;

}

#header img {

	border-width: 0;
	vertical-align: middle;
	margin-left: 5px;

}

#top_shadow {

	position: absolute;
	top: -8px;
	left: 4px;
	width: 742px;
	height: 8px;
	background-image: url(../images/common/shadows/top_shadow.gif);
	background-repeat: repeat-x;

}

#bottom_shadow {

	position: absolute;
	top: 450px;
	left: 4px;
	width: 742px;
	height: 8px;
	background-image: url(../images/common/shadows/bottom_shadow.gif);
	background-repeat: repeat-x;

}

#left_shadow {

	position: absolute;
	top: 5px;
	left: -9px;
	width: 8px;
	height: 440px;
	background-image: url(../images/common/shadows/left_shadow.gif);
	background-repeat: repeat-y;

}

#right_shadow {

	position: absolute;
	top: 5px;
	right: -9px;
	width: 8px;
	height: 440px;
	background-image: url(../images/common/shadows/right_shadow.gif);
	background-repeat: repeat-y;

}

#ul_shadow {

	position: absolute;
	top: -8px;
	left: -9px;
	width: 13px;
	height: 13px;
	background-image: url(../images/common/shadows/ul_shadow.gif);
	background-repeat: no-repeat;

}

#ur_shadow {

	position: absolute;
	top: -8px;
	right: -9px;
	width: 13px;
	height: 13px;
	background-image: url(../images/common/shadows/ur_shadow.gif);
	background-repeat: no-repeat;

}

#ll_shadow {

	position: absolute;
	bottom: -8px;
	left: -9px;
	width: 13px;
	height: 13px;
	background-image: url(../images/common/shadows/ll_shadow.gif);
	background-repeat: no-repeat;

}

#lr_shadow {

	position: absolute;
	bottom: -8px;
	right: -9px;
	width: 13px;
	height: 13px;
	background-image: url(../images/common/shadows/lr_shadow.gif);
	background-repeat: no-repeat;

}

#content {

	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 750px;
	height: 450px;

	border-width: 0 1px;
	border-color: #333333;
	border-style: solid;

}

#menu {

	width: 375px;
	float: left;
	color: #FFFFFF;

}

#menu ul {

	margin: 0;
	padding: 0;
	list-style: none;

}

#menu ul li {

	float: left;
	margin-right: 20px;
	padding: 0;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;

}

#menu a {

	color: #F5F5F5;
	text-decoration: none;

}

#menu a:hover {

	color: #CCCCCC;

}

#special_menu {

	float: right;
	width: 200px;
	color: white;

}

#special_menu ul {

	margin: 0;
	padding: 0;
	list-style: none;

}

#special_menu ul li {

	float: right;
	margin-left: 20px;
	padding: 0;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;

}

#special_menu a {

	color: #F5F5F5;
	text-decoration: none;

}

#special_menu a:hover {

	color: #CCCCCC;

}

#footer {

	width: 720px;
	height: 25px;
	color: #CCCCCC;
	font-size: 9px;

}

#footer a {

	color: #FFFFFF;
	text-decoration: none;

}

#footer a:hover {

	color: #CCCCCC;

	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #CCCCCC;

}

#copyright {

	float: left;
	height: 25px;
	line-height: 25px;

}

#info {

	float: right;
	height: 25px;
	line-height: 25px;

}

.bar {

	padding: 0 15px;
	width: 720px;
	height: 25px;
	background-color: #333333;
	clear: both;

}

.clear {

	clear: both;

}