/* zero "problem causers" for all elements */
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: helvetica, arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #929497;
}

a, a:active {
    color: #929497;
    text-decoration: none;
    outline: none;
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity: 1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}

a:hover {
    zoom: 1;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity: 0.7; /* FireFox */
	filter: alpha(opacity=70); /* IE */
}

#main-container {
    position: relative;
    width: 875px;
    height: auto;
    margin: 0 auto;
	padding-top: 15px;
}

.content {
    float: left;
}

.column {
    display: inline;
    float: left;
    width: 200px;
    height: auto;
    margin: 15px 0 0 15px;
}

.column a {
    float: left;
}

.column img {
    padding-bottom: 15px;
	
}

.header {
	letter-spacing: .03em;
}

.header img {
    position: relative;
    top: 5px;
    z-index:-1;
}

#title {
	color: #b3b3b3;
	font-size: 18px;
	line-height: 32px;
	margin: 120px 15px 0 15px;
	padding: 25px 0;
	text-align: justify;
}

em {
	color: #f9d13e;
}

h1 {
    border-bottom: thin dashed #999999;
    font-family: georgia, serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
}

li {
    font-family: verdana, sans-serif;
    font-style: normal;
    list-style: none;  
}

strong {
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.left {
    float: left;
    margin-left: 15px;
}

.right {
    float: right;
    padding-top: 65px;
    margin-right: 15px;
}

.footer #right {
    float: right;
    margin-right: 15px;
}

.footer {
    float: left;
    margin: 40px 15px 0;
    padding: 12px 0 15px 0;
    width: 845px;
    background: #666666;
	color: #fff;
	letter-spacing: .03em;
}

.footer a {
	color: #fff;
}

#subForm {
	text-align: center;
	font-size: 14px;
	background: #b3e4f9;
	color: #39bff9;
	margin-top: 215px;
	padding-top: 25px;
	width: 200px;
	height: 175px;
	margin-bottom: 15px;
}

#name {
	width: 150px;
	padding: 5px;
}

#ykyhkuj-ykyhkuj {
	width: 150px;
	padding: 5px;
}

#sub-button {
	padding: 5px;
	background: #39bff9;
	color: #fff;
	cursor: pointer;
}

input {
	color: #929497;
}

#sub-button:hover {
	background: #00aef9;
}