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

html, body {
    width: 100%;
    height: 100%;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    color: #474747;
}

a, a:active {
    color: #F76DAF;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #999999;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #F76DAF;
    text-decoration: none;
    outline: none;
    background: #FFFDB6;
}

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

.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 img {
    position: relative;
    top: 5px;
    z-index:-1;
}

#title {
	border-top: thin dashed #999999;
	border-bottom: thin dashed #999999;
	color: #888888;
	font-family: times, georgia, serif;
	font-size: 21px;
	line-height: 30px;
	margin: 40px 15px 0 15px;
	padding: 10px 0;

}

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-family: verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
}

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

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

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

.footer {
    float: left;
    margin: 40px 15px 0;
    padding: 15px 0 15px 0;
    width: 845px;
    background: #E8E8E8;
}