* {
	font-family: Georgia, Serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 14px;
	color: #585858;
}

a {
	color: #4169e1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #585858;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 24px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol,  blockquote {
	line-height: 18px;
}



img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(http://planethernando.com/images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}


/* Header */

#header {
	width: 917px;
	height: 80px;
	margin: 0 auto;
	background: url(http://planethernando.com/images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 70px;
	margin: 0 auto;
	background: url(http://planethernando.com/images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 8px 0 0 20px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Slogo */
#slogo {
	text-decoration: none;
	float: left;
	height: 30px;
	padding: 55px 0 0 25px;
	position: absolute;
}
/* Menu */

#menu {
	float: right;
	height: 30px;
	padding: 55px 15px 0 0;
	background: url(http://planethernando.com/images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 15px;
	border-left: 1px solid #DBDBDB;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu a:hover {
	color: #00008b;
	background: #f5f5f5;
}

#menu .first a {
	border: none;
	background: #f5f5f5;
}

/* Splash */

#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(http://planethernando.com/images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}


/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 5px 35px 0 35px;
	background: #FFFFFF url(http://planethernando.com/images/img8.gif) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 5px 5px 5px;
	background-color: #fbfbf2;
}




#page-wrap {
	width: 500px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 450px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 480px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #6495ed;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 15px;
}


ul{
	margin: 0 0 .25em 4px;
	padding: 0 0 3px 10px;
	border-bottom: 1px dotted #ccc;
	list-style: disc;
}
#sideBar li{
	line-height: 140%;
}

#sideBar li:hover{
	color: orange;
}
#sideBar a:hover{
	color: blue;
}
/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}