body {
	font-family:"Lucida grande",Arial,Helvetica,sans-serif;
	font-size:0.7em;
    margin: 0;
}

.body_container {
    max-width: 900px;
    display: block;
    margin: 40px auto 0 auto;
}

p {
	color:#555555;
}

a {
    color: #628FC7;
    text-decoration: none;
}

a:visited {
    color: #766434;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    color:#666667;
}
img {
    border: none;
}

.brownbox {
    background: #eaeae1;
    padding: 11px;
    border: 2px solid #998675;
    width: 900px;
    float: left;
    margin: 10px auto;
}

#sponsorInfo {
    margin-top: 20px;
    float: right;
    width: 250px;
    position: relative;
    cursor: pointer;
}

#voxLogo {
    background: transparent url(/static/img/logo_voxb.png) no-repeat;
    height: 95px;
    width: 80px;
    right: 0;
    position: absolute;
}

#top_logo {
    float: left;
    margin: -66px 0 0 30px;
}

#sponsorInfo p {
    text-align: right;
    margin-top: 98px;
}

.top_links_container {
    display:block;
    margin: 0 auto 50px auto;
    padding: 0;
    position:relative;
    height: 29px;
    max-width: 940px;
}

.top_links_container a, .top_links_container a:visited {
    color: #666667;
    padding: 7px;
}

.top_links_container a:hover {
    background-color: #eaeae1;
    text-decoration: none;
}

.links_left {
	font-size: 12px;
	margin: 4px;
    position: absolute;
    left: 10px;
}

.links_right {
	position: absolute;
    right: -10px;
    margin: 4px;
    
}

.links_right {
	font-size: 12px;
}

#searchInput {
    width: 300px;
}

#searchForm {
    margin: 10px 0 0 10px;
}

#submit {
    background: transparent url(/static/img/submit.png) no-repeat;
    border: none;
    width: 106px;
    height: 23px;
    font-family: "Lucida grande", Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 11px;
    margin-bottom: 4px;
    padding-bottom: 2px;
}

.alert {
    width: 500px;
    border: 1px solid red;
    padding: 20px;
    background: #ffe8e8;
}

.italic {
    font-style: italic;
}

.small_italic {
    font-style: italic;
    font-size: 9px;
}

.tagged_by {
    font-size: 9px;
}

.create_box {
    width: 510px;
    border: 1px solid #85d753;
    margin-bottom: 10px;
    padding: 20px;
    background: #e5ffd6;
}
