a, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #300;
}

#container {
	margin: 0 auto 0 auto;
	width: 722px;
	height: auto;
}

#header {
	border-top: 8px solid #ffc;
	border-bottom: 4px solid #ffc;
	background: #633 url('images/bg_cactus.jpg') right no-repeat;
}

#nav {
	text-align: center;
	margin: 8px 0px 8px 0px;
}

#nav a {
	font-size: 14px;
	color: #ffc;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

div.company {
	width: 460px;
	color: #000;
}

div.company a, div.company a:hover, div.company a:visited, div.company:active {
	color: #000;
}

#company {
	width: 702px;
	padding: 10px;
}

#content {
	width: 722px;
}

#icontent {
	width: 702px;
	background: #ffc top right no-repeat;
	padding: 10px;
	color: #FFFFCC;
	
}

#footer {
	background-color: #633;
	border-top: 2px solid #ffc;
	border-bottom: 4px solid #ffc;
	padding: 10px;
}

#footer p {
	font-size: 10px;
}

h1 {
	font-size: 16px;
	color: #cc9;
}

h1.ctitle {
	color: #300;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.left {
	text-align: left;
	width: 355px;
	margin-left: 10px;
}

p {
	font-size: 12px;
}

.right {
	text-align: right;
	margin-left: 12px;
	width: 335px;
	margin-right: 10px;
}

div.text {
	width: 702px;
	color: #000;
}
.text a, .text a:visited, .text a:hover, .text a:visited {
	color: #000;
}

