#container {
	text-align: left;
	padding: 0px;
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	color: #c2c2c2;
	font : 12px arial;
}

a:link		{ color:#7ab6dd; text-decoration : none; }
a:visited	{ color:#7ab6dd; text-decoration : none; }
a:active	{ color:#7ab6dd; text-decoration : none; }
a:hover		{ color:#466997; text-decoration : underline; }

img {
	border-style: none;
}

h1 {

	margin-top : 0px;
	font : bold 14px/26px Arial;
	color : #7ab6dd;
	padding : 0px;
	padding-left : 18px; 
	height : 26px;
}
	
h2 {
	margin-top : 0px;
	font : bold 13px/31px Arial;
	color : #d1d1d1;
	padding : 0px;
	padding-left : 18px; 
	height : 35px;
	width : 245px;
	background : url("./images/h2.gif");
	background-repeat:no-repeat;
}

	
p {
	padding-left: 15px;
	padding-right: 15px;		
}

ul {
	list-style-type: none;
	padding left: 5px;
	padding-right : 5px;
	list-style-image:url(images/arrow.gif);
}

li {
	position: relative;
}


/*start Twitter */

#twitter {
	background-color: #000000;
	background-image:url(images/twitter.jpg);
	height:60px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#twitter_div {
	position: relative;
	left: 100px;
	top: 6px;
	width: 875px;
	height: 36px;
	display: table;
	vertical-align: middle;
}

#twitter_div ul {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

#twitter_update_list li a {
	position: relative;
	top: 28px;
	color: #7ab6dd;
} 

#twitter_update_list li a:hover { color:#466997; }

#twitter_update_list span a {
	position: static;
	top: 0;
	right: 0;
}

#twitterlink {
	display: block;
	position: absolute;
	top: 48px;
	right: 10px;
	height: 16px;
	width: 150px;
}

/*end Twitter */

#nav {
	background-color: #000000;
	height: 55px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	height: 325px;
	width: 980px;
	background-image:url(images/header.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side {
	width: 249px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main {
	float: left;
	height: auto;
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px dotted #4a4a4a;
}
#main span {
	float: right;
}

#footer {
	float: left;
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
