/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
	background-attachment: fixed;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {
	color: #6666FF;
	text-decoration: none;
	}
a:hover {
	color: #0000FF;
	text-decoration: none;
	}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(../img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #CCCCFF;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.admin {
	border-top: 2px solid #CCCCFF;
	text-align: right;
	border-right: 15px solid #CCCCFF;
}
.title {
	background: #CCCCFF;
	border-top: 5px solid #9999FF;
	border-bottom: 5px solid #9999FF;
	border-left: 15px solid #CCCCFF;
	border-right: 15px solid #CCCCFF;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}



/* bottom */
.bottom {
	background: #DCDAC9 url(../img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
	text-align: center;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

