/* Style Sheet for CAD */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
	background-repeat:repeat-x;
	font:14px "Trebuchet MS", Arial, Verdana;
	color:#000000;
	text-align:left;
}
a {
	color:#E90493;
	text-decoration:none;
	}
a:hover {
	color:#2BA8DE;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}




/* Page Structure */

#wrapper {
	width:960px;
	margin:0 auto;
	background-color:#000000;
	}
	#footer {
	width:855px;
	background-color:#9E9E9E;
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	}
	#footer2 {
	width:845px;
	background-color:#9E9E9E;
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	}
#header1 {
	height:113px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
	#header {
	height:191px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
	#header p {
	margin-left: 410px;
	line-height:1.9em;
	font-size: 18px;
	margin-bottom:10px;
	width: 400px;
	}
	#header1 p {
	margin-left: 410px;
	line-height:1.9em;
	font-size: 18px;
	margin-bottom:10px;
	width: 400px;
	}
#content {
	min-height:450px;
	background-color: #FFFFFF;
	margin-right: 100px;
	padding-right: 5px;
	width: 840px;
	}
	#content2 {
	padding-left:10px;
	min-height:450px;
	background-color: #FFFFFF;
	margin-right: 100px;
	padding-right: 5px;
	width: 840px;
	}
	#sidebar {
	float: right;
	width:100px;
	margin-top: 0px;
	}
	
	
	
/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
	
	
	
/*  Menu */

	#menu {
	width: 507px;
	height: 34px;
	margin: 0 auto;
	border-left:2px solid #9D9D9D;
	border-right:2px solid #9D9D9D;
	border-bottom:2px solid #9D9D9D;
	margin-right: 126px;
	margin-bottom: 10px;
}

#menu p {
color:#FFFFFF;
text-align:center;
padding-top: 7px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 34px;
}

#menu li {
	display: inline;
	height: 34px;
}

#menu a {
	display: block;
	float: right;
	padding: 8px 5px 0 10px;
	text-decoration: none;
	font: 18px "Trebuchet MS", Arial, Verdana;
	color: #000000;
	border-right: 1px solid #9D9D9D;
}

#menu a:hover {
	display: block;
	float: right;
	padding: 8px 5px 0 10px;
	text-decoration: none;
	font: 18px "Trebuchet MS", Arial, Verdana;
	color: #000000;
	text-decoration: underline;
}