
body {
	margin: 0;
	padding: 0;
	background: #181818;
	font-family : Arial, Verdana, Helvetica;
	font-size : 8pt;
       	color: #fff;
	text-align: center;
       }

h1 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;	
	margin: 0 0 5px 0;
	color: #5a575d;
}

h2 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;	
	margin: 10px 0 2px 0;
	color: #5a575d;
}

h3 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 6pt;	
	margin: 5px 0 5px 0;
	color: #5a575d;
}

a, a:visited {
	font-family : Arial, Verdana, Helvetica;
	font-size : 10px;
	color : #c0bdbd;
}

a:hover {
	color: #fff;
}

#container {
	position: relative;
	width: 750px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
}

#leftnav {
	width: 244px;
	float: left;
	margin: 0 3px 0 0;
}

#nav {
	background: transparent url(http://www.leightyler.com/images/public/lmenu_bg.gif) 0 0 repeat-y;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1.75em;
        letter-spacing: .2em;
}

#nav a, #nav a:visited {
	text-decoration: none;
	padding: 2px 0 2px 0;
	color : #c0bdbd;
	font-size : 12px;
}

#nav a:hover {
	text-decoration: underline;
	padding: 2px 0;
	color: #f93;
	color: #fff;
}

#content_envelope {
	position: relative;
	width: 503px;
	float: left;
	background: transparent url(http://www.leightyler.com/images/public/content_bg1.gif) left top repeat-y;
	padding: 0;
	margin: 0;
}

#content {
	background: transparent url(http://www.leightyler.com/images/public/content_bg2.gif) left bottom no-repeat;
	padding: 0px 55px 0 15px;
	margin: 0;
	font-family : Arial, Verdana, Helvetica;
	letter-spacing: .2em;
	font-size : 10px;
	color : #c0bdbd;
	line-height: 1.75em;
}

#footer {
	width: 750px;
	clear: both;
	margin: 0px auto 15px auto;
	padding: 0px;
	font-family : Arial, Verdana, Helvetica;
	font-size : 10px;
	color : #999;
}

#footercontent {
	padding: 0 0 0 25px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica;
	font-size : 10px;
	color : #999;
}

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

/* Form Settings */

.custom_form_box {
        width: 100%;
}

.custom_form_header {
        font-weight: bold;
        font-size: 10px;
}

.custom_form_field {
        padding: 4px 0 4px 25px;
}

.custom_form_required {
        color: #FF0000;
        font-size: 8px;
}

.custom_form_submit_area {
        text-align: center;
        padding: 8px 0 0 0;
}

.custom_form_field input, .custom_form_field select, .custom_form_field textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #ccc;
    border: 1px solid #4a659c;
}

.custom_form_field input:focus, .custom_form_field textarea:focus {
    background-color: #FFE;
    border: 1px solid #ccc;
}

.custom_form_field input.basic_input {
        font-size: 1.0em;
        width: 89%;
        margin-top: 1px;
        padding: 2px;
}

.custom_form_field textarea.basic_textarea {
        font-size: 1.0em;
        width: 89%;
        height: 110px;
        margin-top: 1px;
        padding: 2px;
}
