@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
background-image: url(images/bg.gif);
background-repeat: repeat;
font-family: Helvetica, Verdana, Arial, sans-serif;
}

img {
margin-bottom: 10px;
}

#container {
margin-right: auto;
margin-left: auto;
width: 1000px;
}

#header {
width: 1000px;
height: 200px;
margin-top: 10px;
margin-bottom: 30px;
}

#left {
width: 600px;
float: left;
}

#slideshow{
width: 600px;
margin-bottom: 50px;
}

#flyer {
width: 600px;
margin-top: 15px;
}

#right {
width: 350px;
float: right;
}

#tweet {
width: 600px;
margin-bottom: 15px;
}

#twitter_div {
width: 600px;
margin-bottom: 50px;
}

.sidebar-title {
background-image: url(images/twitter-title.gif);
width: 600px;
height: 25px;
margin-bottom: 10px;
}

#twitter_update_list {
color: white;
font-size: 12px;
line-height: 16px;
font-family: Helvetica, Verdana, Arial, sans-serif;
list-style-type: none;
}

#twitter_update_list li {
margin-bottom: 15px;
}

#twitter_update_list li span a {
color: #f0df0a;
}

#twitter_update_list li a {
color: #b7b7b7;
text-decoration: none;
}

#twitter-link {
width: 350px;
height: 25px;
margin-top: 10px;
}

#mail-form {
width: 350px;
}

#form {
background:#000;
width: 350px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.contact-form {
margin:0 auto 30px auto;
padding:15px;
width:320px;
font-size: 14px;
}

.contact-form table {
color:#fff;
padding:0px;
width:100%;
}

.contact-form table tr td {
}

.contact-form-input {
width:95%
}

.contact-form textarea {
height:70px;
}

.contact-form-submit {
margin:5px 0 0 0;
}

#banner img {
margin-bottom: 5px;
}

#footer {
width: 1000px;
height: 70px;
clear: both;
}

.right {
text-align:right;
}

.clear {
clear: both;
}


