/* Main */
body {
	margin:0px 0px 0px 0px;
	background-color:#2479C3;
	color:#353535;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:140%;
}
a:link, a:active, a:visited {
	color:#020C7C;
}
a:hover {
	color:#000000;
}
acronym {
	cursor:help;
}
li {
	margin-bottom:7px;
}
dl dt {
	width:20%;
	float:left;
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
	margin:0 0 10px 0;
}
dl dd {
	width:79%;
	float:right;
	margin:0 0 10px 0;
}
td, th {
	border:1px solid #000000;
}

/* Layout */
#container {
	width:100%;
}
#header {
	margin-top:10px;
	height:450px;
}
#header a {
	display:block;
	width:100%;
	height:450px;
	background-image:url("design/chocobo.jpg");
	background-position:center;
	background-repeat:no-repeat;
}
#header a strong {
	display:none;
}
#content {
	margin:0 10px 10px 10px;
}
#mainlinks {
	float:left;
	width:17%;
}
.linkhead {
	font-weight:bold;
	font-size:18px;
	font-family:serif;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	color:#FB9B07;
}
ul.links {
	margin:0 0 20px 0;
	padding:0 10px 0 10px;
	border:1px solid #020B7B;
	background-color:#45F9EC;
	background-image:url("design/linkback.png");
	background-repeat:repeat-y;
	font-size:13px;
}
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:#FFFFFF;
	background-image:url("design/chocolink.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}
ul.links li a:hover {
	color:#45F9EC;
	text-decoration:underline;
}
ul.links li#current {
	background-image:url("design/chocolink2.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	font-style:italic;
	color:#45F8EB;
}
#maintext {
	width:82%;
	float:right;
}

h1 {
	font-size:32px;
	font-family:serif;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#FB9B07;
	border-bottom:1px solid #FB9B07;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
h2, h3 {
	margin:25px 0 10px 0;
	padding:0 0 10px 0;
	letter-spacing:3px;
	font-size:26px;
	font-style:italic;
}
h2 {
	color:#2586FF;
	border-bottom:1px dotted #2586FF;
}
h3 {
	color:#E9D19E;
}

.subtitle {
	padding-left:20px;	
	font-style:italic;
	color:#224C70;
}

/* 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:40px;
}
.strike {
	text-decoration:line-through;
}
.highlight {
	color:#3ACFD8;
}
.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;
	float:left;
}
.tab {
	margin-left:70px;
}

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