/* Main */
body {
	margin:0px 0px 0px 0px;
	background:#FEDE96 url("design/back.png") top repeat-x;
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:150%;
}
a:link, a:active, a:visited {
	color:#020C7C;
}
a:hover {
	color:#000000;
}
acronym {
	cursor:help;
}
li {
	margin-bottom:7px;
}
dl dt {
	width:34%;
	float:left;
	text-align:right;
	font-weight:bold;
	clear:both;
	margin:0 0 10px 0;
}
dl dd {
	width:65%;
	float:right;
	margin:0 0 10px 0;
}

/* Layout */
#container {
	width:100%;
}
#header a {
	display:none;
}
#content {
	margin:0 10px 10px 10px;
	padding-top:340px;
	background:url("design/ac.png") no-repeat;
	height:380px;
}
#footer {
	clear:both;
	height:100px;
	background:url("design/footer-back.png") repeat-x;
}
#footer div {
	width:100%;
	height:100px;
	background:url("design/footer.png") right no-repeat;
}
#mainlinks {
	float:left;
	width:19%;
}
.linkhead {
	font-weight:bold;
	font-size:18px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	color:#E4BB4E;
}
ul.links {
	margin:0 0 20px 0;
	padding:0 10px 0 10px;
	border:4px solid #461B14;
	background-color:#F3E9E5;
	font-size:15px;
	text-transform:uppercase;
}
ul.links li {
	margin:3px 0 3px 0;
	list-style-type:none;
	font-weight:bold;
}
ul.links li a {
	display:block;
	text-decoration:none;
	color:#2E2D2C;
	padding-left:5px;
}
ul.links li a:hover {
	color:#6356B0;
	text-decoration:underline;
}
ul.links li#current {
	padding-left:17px;
	font-style:italic;
	color:#4F7FBB;
	background:url("design/current.png") left center no-repeat;
}
#maintext {
	width:80%;
	float:right;
}

h1, h2, h3 {
	padding:0 0 5px 0;
}
h1 {
	font-size:35px;
	letter-spacing:4px;
	text-transform:uppercase;
	padding-left:340px;
	text-decoration:underline;
	color:#8F9BC1;
}
h2, h3 {
	margin:25px 0 10px 0;
	letter-spacing:3px;
	font-size:26px;
}
h2 {
	color:#8ECDDF;
	border-bottom:1px dotted #2586FF;
}
h3 {
	color:#E9D19E;
}

.subtitle {
	margin:25px 0 10px 0;
	padding-left:20px;	
	font-style:italic;
	font-weight:bold;
	color:#535353;
	letter-spacing:2px;
	clear:both;
}

/* Extra */
.nodisplay {
	display:none;
}
.noborder {
	border:none;
}
.inline {
	display:inline;
}
.float {
	float:left;
	margin:2px 10px 2px 2px;
}
.clear {
	clear:both;
}
.space {
	clear:both;
	height:25px;
}
.strike {
	text-decoration:line-through;
}
.highlight {
	color:#E5659E;
}
.warning {
	color:#F58282;
	font-weight:bold;
}
.copyright {
	color:#B0B0B0;
}

.job, .profile, .cover {
	float:left;
}
.job {
	margin:0 15px 15px 0;
	height:150px;
}
.profile {
	margin:10px 10px 10px 0;
	border:2px solid #1F62BF;
}
.cover {
	margin:0 10px 10px 0;
	border:1px solid #45E6E9;
	padding:1px;
	background-color:#FFFFFF;
}

ul#wallpaper {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#wallpaper li {
	float:left;
	width:250px;
	margin:10px 10px 10px 0;
	padding:8px;
	text-align:center;
}
ul#wallpaper li img {
	border:1px solid #45E6E9;
	background-color:#3D9DFF;
	padding:1px;
}

#datetime {
	position:absolute;
	left:580px;
	top:250px;
	width:150px;
	height:36px;
	text-align:center;
	color:#EAB744;
	font-weight:bold;
}
.day, .weekday {
	float:left;
	margin:0 5px 5px 5px;
	width:40px;
	height:39px;
	background-image:url("design/date.png");
	background-position:center;
	background-repeat:no-repeat;
}
.day div, .weekday div {
	margin:8px 0 0 0;
}
.day {
	font-size:21px;
}
.weekday {
	font-size:13px;
}
.time {
	float:left;
	margin:0 3px 10px 3px;
	width:28px;
	font-size:13px;
	height:27px;
	background-image:url("design/time.png");
	background-position:center;
	background-repeat:no-repeat;
}
.time div {
	margin:4px 0 0 0;
}
.tab {
	margin-right:30px;
}

