* {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

body {
    background: #333333;
    color: #333333;
    font: 70% trebuchet ms, sans-serif;
    line-height: 200%;
}

.background {
    background: #FFFFFF url(./images/background.gif) repeat-y;
    margin: 0px auto;
    width: 850px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.header {
    background: #222222;
    width: 850px;
    border-bottom: 1px solid #FFFFFF;
    height: 91px;
}

.navigation {
	background: #EB0708 url(./images/nav.gif) repeat-x;
	height: 40px;
	width: 850px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 40px;
	text-align: right;
}

.navigation span a {
	padding-right: 15px;
	color: #FFFFFF;
	font: 115% trebuchet ms, sans-serif;
	text-decoration: none;
}

.navigation span a:hover {
    text-decoration: underline;
}

.main {
    float: left;
}

.holder {
    clear: both;
}

.holder .left {
    float: left;
    width: 850px;
}

.holder h1 {
    color: #444444;
    padding-left: 17px;
    font: bold 170% trebuchet ms, sans-serif;
    padding-top: 12px;
}

.holder .content {
    color: #333333;
    font: 115% trebuchet ms, sans-serif;
    line-height: 200%;
    padding: 10px 1px;	
}

form {
    margin: 50px 290px 50px 290px;
    padding: 0px;
}

form p a {
    color: #333333;
}

form p {
    text-align: center;
}

label {
    font: bold 100% trebuchet ms, sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
    background: #FFD20A;
    text-align: center;
    width: 100px;
    padding: 0px;
    margin-top: 0px;
    border: 0px;
    float: right;
    margin-right: 15px;
    line-height: 40px;
}

input {
    padding: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0px;
    float: right;
    margin-right: 15px;
    border: 1px solid #CCCCCC;
    line-height: 40px;
    font: 90% trebuchet ms, sans-serif;
    color: #333333;
    width: 100px;
}

input.check {
    display: inline;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    border: 0px;
    width: 20px;
}

input.button {
    font: bold 100% trebuchet ms, sans-serif;
    height: 40px;
    width: 75px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    background: #EB0708 url(./images/nav.gif) repeat-x;
    padding: 0px;
    margin-top: 0px;
    border: 0px;
    float: right;
    margin-right: 15px;
}

.footer {
    color: #FFFFFF;
    text-align: center;
    background: #222222 url(./images/footer.gif) repeat-x;
    font: 100% trebuchet ms, sans-serif;
    width: 850px;
}

.footer a {
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    width: 100%;
}

.clear {
    clear: both;
}

.footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
