html, body {
    height: 100%;
}
body {
    background: #000000;
    color: #FFFFFF;
    font-family: ACaslonPro-Italic, arial,helvetica,sans-serif;
    font-size: 18px;
    line-height: 20px;
}
a {
    color: #27bdbe;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
img, object, embed {
    vertical-align: bottom;
}

hr {
	width: 62%;
    border-bottom: 2px dotted #FFFFFF; 
    clear: both;
}

ul {
    -moz-padding-start: 0px;
    display: block;
    list-style-type: disc;
    margin: 0 0;
}

#header {
    height: 181px;
	width: 425px;
    margin-left: 237px;
	margin-top:40px;
	margin-bottom: 50px;
}

#wrapper {
    margin: 0 auto;
    position: relative;
    width: 900px;
}

#overview_list {
    float: left;
    padding-bottom: 0;
    width: 1200px;
    margin-left: -160px
}
#overview_list li {
    float: left;
    height: 379px;
    margin-bottom: 30px;
	margin-left: 5px;
    margin-right: 0;
    overflow: hidden;
    width: 293px;
    
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#333333;
	border-radius:5px;
	padding:10px;
	color:#FFFFFF;
	font-size:12px Arial;
}

#intro {
    width: 900px;
	text-align: center;
	margin-bottom: 15px;
}

.social {
        text-align: center;
    }

.social ul {
        display: inline-block;
		list-style-type:none;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
}

.social li {
        float: left;
        padding: 2px 5px;
}
