body{
    background: url('../images/background.jpg');
    margin: 0px auto;
    padding: 10px;
}
#splash_container{
    width: 520px;
    margin: 0px auto;
    padding: 0px;
}
#wrapper{
    width: 900px;
    margin: 0px auto;
    padding: 15px 15px 0px 15px;
    background: #cccccc;
    border: 1px solid #333333;
    position: relative;
    float: none;
    clear: both;
}
#container{
    width: 870px;
    margin: 0px auto;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    position: relative;
    float: left;
    clear: both;
}
#header{
    float: none;
    clear: both;
    height: 90px;
    border-bottom: 3px dotted #0091D4;
}
#navigation{
    font-size: 18px;
    font-family: Georgia;
    padding: 0px;
    float: left;
}
#navigation ul{
    list-style-type: none;
    height: 20px;
}
#navigation ul li{
    float: left;
    padding: 0px 8px 0px 8px;
}
#navigation ul li a{
    color: #000000;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
	border: none;
}
#navigation ul li a:hover{
    color: #0091D4;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}
#navigation ul li a.selected{
    color: #0091D4;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}
#logo{
    float: right;
}
#logo img{
    border: 0px;
    float: right;
}
.img_border{
    border: 1px solid black;
    padding: 7px;
}
#content{
    float: none;
    clear: both;
    margin: 25px 0px 0px 0px;
    padding: 0px;
}
#main_col{
    text-align: left;
    width: 600px;
    padding: 0px 20px 20px 20px;
    float: left;
    clear: left;
}
#right_col{
    float: right;
}
.social{
    text-align: center;
    padding: 0px 0px 12px 0px;
}
#footer{
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    font-family: georgia;
    padding: 10px;
    float: none;
    clear: both;
}
.opening_text{
    background: #ffffff;
    font-size: 28px;
    font-weight: normal;
    font-family: arial;
    text-align: center;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    text-transform: capitalize;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #ccc;
}
.opening_subtext{
    background: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: georgia;
    margin: 3px auto;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border: 1px solid #ccc;
}
.black_text{
    font-size: 14px;
    font-weight: normal;
    font-family: georgia;
    text-align: left;
}
.small_text{
    font-size: 10px;
    font-weight: normal;
    font-family: georgia;
    text-align: left;
}
.nb{
    border: 0;
}
h1{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:hover {
    color: #0091D4;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.postend{
	text-align: center;
	background: url(../images/post-separator.png) no-repeat center;
	width: 600px;
	height: 60px;
}

.socialize-in-button-left{
	margin-right: 10px;
}

a.no_underline{
	border-bottom: none;
	border: none;
}
