* {margin:0px;padding:0px;}
body {
	background-color: #FFFFFF;
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	background-image: url(../images/site/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	height:345px;
	min-height:345px;
	/*height:auto !important;*/
	border:0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	height: 43px;
	width: auto;
	left: 672px;
	top: 215px;
	vertical-align:bottom;
}
#nav a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
#nav a:hover{
	color: #cccccc;
	text-decoration:underline;
}
#content {
	position: absolute;
	z-index: 2;
	height: 600px;
	width: 569px;
	left: 75px;
	top: 111px;
	overflow: auto;
	padding: 5px;
}
#content hr{
	margin: 15px 0px 15px 0px;

}
#content p{
	margin: 15px 0px 15px 0px;

}
dt {
	font-size:16px;
	font-weight:bold;
}
#content a{
	color: #555555;
	text-decoration:none;
}
#content a:hover{
	color: #000000;
	text-decoration:underline;
}

#content ul{
	padding:5px;
	margin:5px;
}
 #social_div {
	position: absolute;
	z-index: 94;
	height: 34px;
	width: 229px;
	left: 662px;
	top: 314px;
	text-align: right;
}
#social_div img {
	margin-left: 7px;
	border: 0px solid #FFFFFF;
}

.web_dev_code {
	font-family:"Courier New", Courier, monospace;
	color:#0000FF;
}
