body {
	font-family: verdana, helvetica, sans-serif;
	/*background-image: url(images/dgc-splash3.png);*/
	background: #342522;
	/*background-image: url(images/dgc_splash4.png);*/
	background-repeat: no-repeat;
	min-height: 90%;
}

a img {
	border: 0;
}

h3 {
	text-align: center;
}

p {
	margin: 1em;
	color: black;
}

table {
	margin: 1em;
}

#logo {
	float: left;
}

#header {
	margin-left: 4em;
	color: #D0CCA8;
	font-weight: bold;
}
#header ul {
	vertical-align: bottom;
	margin-left: 100px;
	list-style: none;
}
#header li {
	display: inline;
}

#header a {
	color: #D0CCA8;
}
#main_wrapper {
	/*border: 3px solid white;*/
	position: relative;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: absolute;
	top: 130px;
	left: 31px;
	width: 870px;
	min-height: 500px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	/*
	opacity: .75;
	filter:alpha(opacity=75);
	*/
}
/* chocolate evaluates to orange 
#container {
	padding: .5em;
	width: 35em;
	background: chocolate; 
	margin-top: 2em;
	opacity: .75;
	filter:alpha(opacity=75);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid black;

}
*/

/* chocolate: #311103; 
 * cream: #EDE9BF;
 */

#nav {
	position: absolute;
	top: 144px;
	left: 0;
	list-style: none;
	padding: 0;
	width: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	z-index: 50;
}

#nav li {
	/*border: 3px solid white;*/
	width: 30px;
	/*
	opacity: .75;
	filter:alpha(opacity=75);
	*/
}

#job {
}

#job  ul {
	padding-left: 15px;
	list-style: none;
}

#job p {
	margin-left: 2em;
}

#login {
	width: 400px;
	height: 200px;
	background: silver;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	text-align: center;
}

li.square {
	border: 1px solid gray;
	display: inline;
	float: left;
	width: 110px;
	height: 77px;
	background: #311103;
	text-align: center;
	/*
	width: 110px;
	height: 133px;
	overflow: hide;
	opacity: 1.0;
	filter:alpha(opacity=100);
	*/
}

li.square img {
}
.creamy {
	background: #EDE9BF;
}

.tl_rnd {
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
}

.bl_rnd {
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
}

.tab1 {
	/*blue*/
	background: #5E6AEE;
}

.tab2 {
	/* orange */
	background: #FF6600;
}

.tab3 {
	/* red */
	background: #96001E;
}

.tab4 {
	/* pink */
	background: #F205CF;
}

.tab5 {
	/* brick */
	background: #993300;
}

.tab5 {
	/* dark green */
	background: #109D09;
}

.tab6 {
	/* baby blue */
	background: #68D5FF;
}

.clearBoth {
	clear: both;
}

.half {
	margin-top: 30px;
	float: left;
	width: 50%;
	text-align: center;
}

.half img {
	border: 5px solid black;
}

