/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
}

a {
	color: #990000;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited {
	color: #990000;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #990000;
	font-weight: bold;
	font-size:12px;
	text-decoration: underline;
	letter-spacing: 1px;
}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:800px;
}

#content {
	width: 720px;
	margin-left: 180px;
	padding-right: 60px;
	padding-bottom: 25px;

}
#about {
	width: 400px;
}
#content h1 {
	font-size: 14px;
	border-bottom: 1px #663333 solid;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #990000;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#content h3 {
	font-size: 14px;
	color: #660000;
	text-align:	right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 10px;
}
#content h4 {
	font-weight: normal;
	font-size: 12px;
	color: #660000;
	border-bottom-color: #663333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content h4 strong {
	font-weight: bold;
	letter-spacing: 0px;
}
#content ul {
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	list-style: outside;
}
#content li {
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 10px;
	list-style: outside;
}

#nav {
	margin-left: 350px;
	margin-top: 5px;
	word-spacing: 50px;
}
#nav a {
	color: #663333;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav a:hover {
	color: #999999;
}

strong {
	font-weight: bold;
	letter-spacing: 1px;
}

td {
	border-bottom: 1px #663333 dashed;
	padding-top: 10px;
}
th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px #663333 dashed;
	padding-top: 5px;
}

h2 {

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #990000;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
}
h3 {

	font-size: 14px;
	color: #880000;
	text-align:	right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 10px;
}

dl {
	margin: 5px;
}
dt {
	color: #880000;
	font-weight: bold;
	border-bottom: 1px #990000 dashed;
	padding-left: 4px;
	padding-top: 10px;
}
dd {
	padding-bottom: 5px;
	padding-top: 5px;
}

#about_info {
	position:absolute;
	top: 75px;
	left: 600px;
	width: 255px;
	height: 200px;
	z-index: 100;
}

/*
	SLICES
*/

#rob01 {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:153px;
	background-image:url(images/rob01.jpg);
}

#rob02 {
	position:absolute;
	left:0px;
	top:153px;
	width:990px;
	height:31px;
	background-image:url(images/rob02.jpg);
}

#rob03 {
	position:absolute;
	left:0px;
	top:184px;
	width:990px;
	height:41px;
	background-image:url(images/rob03.jpg);
}

#rob04 {
	position:absolute;
	left:0px;
	top:225px;
	width:990px;
	background-image:url(images/bg.gif);
	z-index:10;
}

#rob05 {
	position:relative;
	left:0px;
	top:10px;
	width:990px;
	height:26px;
	background-image:url(images/bottom.gif);
	z-index: 1001;
}

#your_website { display: none; }
#contact_form input, #contact_form textarea { margin-left: 10px; }
#about_info img { display: inline; float: right; }
#about_info h4 { clear: both; padding-top: 15px; }
