/* standard elements */
* {
	margin: 0;
	padding: 0;
}
.body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
}
a:hover {
	color: #28E;
}
p,cite,code,ul {
	font-size: 1em;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-size: 1em;
	margin-bottom: 4px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 0px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1em "Century Gothic",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	color: #401B3F;
	display: block;
	font: bold normal 20px "Century Gothic";
	padding-right: 20px;
	text-indent: 10px;
}
h1,h2,h3 {
	color: #401B3F;
	padding-top: 6px;
	font-size: 16px;
}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	margin: 0 auto;
	width:712px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	width: 220px;
	text-align: center;
}
.title h1 {
	font-family: "Century Gothic";
	color: #401B3F;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
	padding-bottom: 6px;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 60px;
	padding: 0 12px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(img/holder.png) repeat-y;
}
.holder_top,.footer {
	clear: both;
	background: url(img/bgholder.png) no-repeat;
	height: 20px;
	padding-right: 20px;
	padding-right: 20px;
	text-align: justify;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
	padding: 0 32px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}
.status {
	color: #990000;
	font-weight: bold;
	text-transform: capitalize;
}
.box {
	
	width: 640px;
	border: thin solid #666666;
	height: auto;
	border-color: #333333;
	background-color: #E8E8E8;
	margin-left: 20px;
}
.description {
	font-variant: normal;
	letter-spacing: 1px;
	font-family: "Century Gothic";
	white-space: normal;
	margin-right: 20px;
	margin-left: 30px;
}

