body {
	margin:0px 0px 0px 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #737373;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	line-height: 14px;
		}

#masterheader {
	background-image: url(../images/header.gif);
	height: 40px;
	width: 640px;
}

.hide {
	display: none;
}

#contentbox {
	margin-left: 125px;
	margin-top: 95px;
	width: 640px;
}

ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#right {
	float: right;
	color: #252525;
}

#left {
	float: left;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.dark {
	color: #737373;
}
#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
	padding-top: 10px;
}

.line2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #252525;
	border-bottom-color: #252525;
	padding-bottom: 20px;
}

#work {
	padding-top: 30px;
}
#copyright {
	color: #2d2d2d;
}

#copyright a {
	color: #2d2d2d;
	text-decoration: none;
}

#copyright a:hover {
	color: #737373;
}

.headings {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.headings2 {
	font-size: 10px;
	color: #FFFFFF;
}

#field {
	width: 275px;
	position: relative;
	left: -3px;
}

input, textarea {
	color: #ffffff;
	padding: 3px;
	margin-bottom: 3px;
	background-color: transparent;
	border: 1px none #CCCCCC;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}
	
input:focus, textarea:focus	{
	color: #737373;
}

.top {
	padding-top: 15px;
}

.loading {
	background-image: url(../images/loading.gif);
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.clientarea a:hover {
	color: #ff6600;
	text-decoration: underline;
}