* {
	margin: 0;
	padding: 0;
}
body {
	background: #808080;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	padding-top: 20px;
	text-align: center;
}
a:link, a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	background-color: #C8E7F7;
	border: 1px solid #819CD7;
	font-size: 90%;
	line-height: 180%;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 10px auto;
	color: #000;
}
p {
	padding-top: 10px;
	line-height: 150%;
}
hr {
	background-color: #819CD7;
	color: #819CD7;
	padding-left: 5px;
	margin: 10px auto;
	border: none;
}
#wrap {
	background: #fff;
	border: 2px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
#header {
	background: url(http://www.draftingboard.com/img/header.png) center no-repeat;
	height: 27px;
}
dl, dt, dd, ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#menu {
	float: left;
	padding-top: 10px;
}
dl#menu {
}
dl#menu dt {
        cursor: pointer;
}
dl#menu dd {
}
dl#menu li {
        display: inline;
        list-style: none;
}
dl#menu ul {
        background-color: #C8E7F7;
        border: 1px solid #819CD7;
        color: #888;
        width: 129px;
        margin: 2px;
}
dl#menu li a {
        color: #000;
        display: block;
        font-weight: bold;
        text-decoration: none;
        text-indent: 15px;
        font-size: 90%;
}
dl#menu dt a {
        background-color: #C8E7F7;
        border: 1px solid #819CD7;
        color: #000;
        display: block;
        font-weight: bold;
        line-height: 160%;
        margin: 2px;
        text-decoration: none;
        text-indent: 5px;
        width: 129px;
}

dl#menu li a:hover {
	background: #245CA7;
        border: 1px solid;
        color: #fff;
}
dl#menu dt a:hover {
	background: #245CA7;
        border: 1px solid #999;
        color: #fff;
}
#content2 {
	margin-left: 75px;
	margin-top: -3px !important;
	margin-top: 0;
	padding: 5px;
	width: 570px;
}
blockquote {
	background-color: #C8E7F7;
	border: 1px solid #819CD7;	
        font-size: 150%;
        line-height: 180%;
        padding-left: 5px;
        margin: 10px auto;
        color: #000;
	text-align: center;
}
#content {
	float: right;
	margin-top: -3px !important;
	margin-top: 0;
	padding: 5px;
	width: 570px;
}
#content p {
	background-color: #fff;
	padding-left: 25px;
	width: 400px;
}
#content a img {
	border: 1px solid #e0e0e0;
	margin: 15px 0 0 25px;
	padding: 2px;
}
#content a:hover img {
	border: 1px solid #999;
}
#footer {
	background: url(http://www.draftingboard.com/img/footer.png) no-repeat;
	clear: both;
	height: 40px;
}
#pic {
	background: url(http://www.draftingboard.com/img/banner.png) no-repeat;
	border: 2px solid #000;
	height: 100px;
	margin: 0 auto 10px auto;
	width: 720px;
}

form input[type="text"], form input[type="password"], form textarea, form select { 
	background: #C8E7F7; 
	border: 1px solid #819CD7; 
}

form table input[type="text"], form table input[type="password"] { 
	width: 40em;
}

form textarea { 
	width: 40em; 
	height: 12em; 
}

form input {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #819CD7;
}

legend {
	background: #C8E7F7;
	font-weight: bold;
	color: #000;
	padding: .2em .5em;
	border: 1px solid #819CD7;
}

fieldset div {
	clear: both;
	position: relative;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

.buttons {
	text-align: center;
}
#hostingpackages, #dLstats {
	border: 1px solid #819CD7;
	margin-left: 25px;
}

#dLstats {
	width: 90%;
}
#hostingpackages tbody tr td, #dLstats tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #819CD7;
}
	
#hostingpackages tbody tr.header td, #dLstats tbody tr.header td {
	background-color: #C8E7F7;
	color: #000;
	font-weight: bold;
	border-left: 1px solid #819CD7;
	border-bottom: 1px solid #819CD7;
}
#hostingpackages tr.even, #dLstats tr.even {
	background-color: #FFFFFF;
}
#hostingpackages tr.odd, #dLstats tr.odd {
	background-color: #B4DEFF;
}
/*
        background-color: #C8E7F7;
        border: 1px solid #819CD7;
*/

