/* GENERAL */
@font-face {
	font-family: 'Century Gothic';
	src: url('Century.ttf');
}

* {
	margin: 0;
	padding: 0;
}

body {
	cursor: default;
	font-family: 'Century Gothic', Verdana, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
}

#container {
	position: relative;
	width: 975px;
	min-height: 762px;
}

p, span, label {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

/* MENU */
#homebtn {
	position: absolute;
	top: 20px;
	left: 75px;
	width: 360px;
	height: 70px;
	cursor: pointer;
}

#menu {
	position: absolute;
	right: 0px;
	top: 55px;
}

#menu li {
	font-size: 12px;
	float: left;
	padding: 0 10px 0 10px;
}

#menu li a, #menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding-bottom: 1px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#menu li a.active, #menu li a:hover, #menu li a:active {
	color: #CC3333;
	border-bottom: solid 1px #CC3333;
}

#menu small {
	font-size: 9px;
	color: #FFFFFF;
}

#menu small a, #menu small a:link, #menu small a:visited {
	border-bottom: none;
}

/* BOX */
.box {
	width: 475px;
}

.box .top {
	width: 475px;
	height: 20px;
	background: transparent url('/images/layout/leftTop.png') no-repeat scroll top center;
}

.box .mid {
	width: 455px;
	padding: 0 10px 0 10px;
	background: transparent url('/images/layout/leftMid.png') repeat-y scroll center center;
}

.box .bot {
	width: 475px;
	height: 20px;
	background: transparent url('/images/layout/leftBot.png') no-repeat scroll bottom center;
}