/* Twitter */
#twitter_container {
min-height:45px;
height:auto !important;
height:40px;
padding-bottom:2px;
padding-top:2px;
}

#twitter_update_list {
	list-style: none;
	width: 200px;
	padding: 0;
	font-family:Gill Sans MT;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

#twitter_update_list li {
	padding-top:5px;
	border-bottom: solid 1px #000;
}

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

/* Home Page */
#menu {
	border-bottom:solid;
	border-width:1px;
	height:25px;
	border-bottom-color:#000;
	width:700px;
	background-color:#fff;
	margin-bottom:20px;
}

#header{
	width:100%;
}




* html, * html body{
	background-color:#fff;
}


#foot {
	border-top:solid;
	border-width:1px;
	border-top-color:#000;
	width:700px;
	background-color:#fff;
	height:50px;
	text-align:right;
	margin-top:20px;
}

img {
	border:none;
}
#spacer {
	width:700px;
	border-bottom:solid;
	border-width:1px;
	border-color:#000;
}

/* text style */
.style{
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-size:11px;
}
.style1{
	font-family:Gill Sans MT;
	color: #000;
	font-size:11px;
	line-height:20px;
}

.style2 {
	font-family:Gill Sans MT;
	font-size: 14px;
	color: #000;
}

.style3 {
	font-family:Bebas Neue;
	color: #000;
	font-size:20px;
}
.style4{
	font-family:Bebas Neue;
	color: #000;
	font-size:45px;
	line-height:30px;
}

.style5{
	font-family:Bebas Neue;
	color: #000;
	font-size:45px;
	line-height:20px;
}

.style6{
	font-family:Bebas Neue;
	color: #000;
	font-size:35px;
	line-height:20px;
}
.style7 {
	font-family:Gill Sans MT;
	font-size: 18px;
	color: #000;
}
/* Link Style */
a:link {
	color: #aa0000;
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #aa0000;
	border:none;
}
a:hover {
	text-decoration: none;
	color: #aa0000;

	border:none;
}
a:active {
	text-decoration: none;
	color: #aa0000;
	border:none;
}

/* contact */
#contactpic {
	width:400px;
}

#contacttext {
	width:400px;
	text-align:right;
}