body {
	background-color: rgb(230, 230, 230);
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	color: #515151;
}

a:link {color: rgb(0, 102, 153); text-decoration: none;}     /* unvisited link */
a:visited {color: rgb(0, 102, 153); text-decoration: none;}  /* visited link */
a:hover {color: rgb(0, 102, 153); text-decoration: underline;}   /* mouse over link */
a:active {color: rgb(0, 102, 153); text-decoration: none;}   /* selected link */

div, p{
	margin: 0px;
	padding: 0px;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.nice {
	padding-left: 20px;
}

ul.nice li{
	list-style-image: url('/img/list_item_tiny.gif');
	padding: 0px;
	margin: 0px;
}

ul .submenu {
	font-weight: normal;
	padding-left: 36px;
	padding-top: 3px;
}

li {
	margin-bottom: 5px;
	line-height: 16px;
}

#portfolio td {
	padding: 2px;
	height: 100px;
	width: 25%;
	text-align: center;
	border: 1px dotted #808080;
	background-color: rgb(230, 230, 230);
}

#portfolio img {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

h1 {
	font-size: 22px;
	color: orange;
	padding: 5px;
	margin: 0px;
	text-align: right;
	background-color: rgb(230, 230, 230);
}

h2 {
	font-size: 18px;
	color: rgb(0, 102, 153);
	padding: 10px;
	padding-left: 0px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	padding: 1px;
	padding-left: 0px;
	margin: 0px;
}

#top {
	height: 50px;
	background-color: #ffffff;
	border-bottom: 3px solid rgb(0, 102, 153);
	padding-right: 5px;
	line-height: 20px;
	font-weight: bold;
	color: rgb(0, 102, 153);
}

.infotable {
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	color: #515151;
	width: 75%;
}

#body {
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
}

#menu {
	background-color: white;
	float: left;
	border: 1px solid #808080;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 16px;
}

#menu img {
	vertical-align: middle
}

#main {
	background-color: white;
	float: left;
	width: 750px;
	border: 1px solid #808080;
	padding: 5px;
	margin-bottom: 10px;
}

#main p {
	padding: 5px;
}

#footer {
	width: 100%;
	line-height: 20px;
	background-color: #808080;
	padding: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	clear: both;
	text-align: center;
	position: relative;
	bottom: 0px;
	font-size: 9px;
}

#footer table {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#footer a {
	color: white;
}
