body {
	background: url(../../images/body-bg.jpg) repeat-x #FFCC33;
	margin: 0 0 10px 0;
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
}
* { font-size: 12px; }
a {
	color: #996600;
	text-decoration: none;
}
a:visited { color: #996600; }
a:hover { color: #CC8800; }
h1 {
	font-size: 150%;
	color: #FFB600;
	margin: 10px 0px;
}
h2 {
	font-size: 125%;
	color: #FFB600;
	margin: 10px 0px;
}
h3 {
	font-size: 150%;
	margin: 0px 0px 10px 0px;
}
h4 { font-size: 110%; }
/* Container -----------------------------------------------------------------------------------*/

#container {
	width:  750px;
	margin: 0px auto;
}
/* Header --------------------------------------------------------------------------------------*/

#header {
	background: url(../../images/header-bg.jpg) left no-repeat #fff;
	width: 750px;
	height: 100px;
}
#header h1 {
	margin: 0;
	margin-left: 150px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	text-transform: uppercase;
}
/* Header --------------------------------------------------------------------------------------*/

#nav {
	background: url(../../images/nav-bg.jpg) repeat-x #fff;
	width: 750px;
	height: 25px;
	padding: 0px 10px;
	text-align: right;
	border-left: 1px solid #FFB600;
	border-right: 1px solid #FFB600;
}
#nav a { color: #000; }
#nav a:hover { color: #960; }
#main #nav a#main, #whois #nav a#whois, #career #nav a#career, #seminars #nav a#seminars { color: #960; }
/* Contents --------------------------------------------------------------------------------------*/
#contents {
	background: url(../../images/content-bg.jpg) bottom no-repeat #FFF;
	width: 100%;
	padding: 15px;
	vertical-align: top;
	border-left: 1px solid #FFB600;
	border-right: 1px solid #FFB600;
	border-bottom: 1px solid #FFB600;
}
#ybox {
	background: url(../../images/box-bg.gif) repeat-x #FFF;
	width: 300px;
	height: 75px;
	padding: 10px;
}
#button-box {
	display: block;
	clear: right;
	float: right;
	width: 300px;
	height: 75px;
	background: url(../../images/button-box.jpg) no-repeat;
}
#button-box div {
	padding-top: 20px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#button-star {
	display: block;
	clear: right;
	float: right;
	margin-bottom: 10px;
	width: 300px;
	height: 300px;
	background: url(../../images/button-star.jpg) no-repeat;
}
div#button-star {
	padding-top: 75px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#button-star a { color: #4D3300; }
#button-star a:hover { color: #805500; }
#button-star div {
	padding-top: 75px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#button-star div p, #button-star p { font-size: 15px; }
/* Footer --------------------------------------------------------------------------------------*/

#footer-links {
	font-weight: bold;
	color: #996600;
}
#footer {
	background: url(../../images/footer-bg.jpg) no-repeat #FFCC33;
	height: 60px;
	text-align: center;
	font-weight: bold;
}
/* Random Stuff */
a img { border: 0; }
.floatleft {
	margin: 0 15px 10px 0;
	float: left;
}
.floatright {
	margin: 0 0 10px 15px;
	float: right;
}
li.pdf {
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}
#listing td {
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #000;
}
#listing table { border: 1px solid #000 !important; }
#listing th {
	padding: 5px 0px 5px 5px;
	background: #efefef;
}
.joblink { text-decoration: underline; }
.definition {
	border: 1px dashed #000;
	padding: 5px 15px 5px 15px;
	margin-bottom: 10px;
	width: 400px;
	background: #efefef;
}
.portico { font-size: 24px; }
#jobs { margin-left: 400px; }
