@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,small,blockquote,th,td { margin: 0; padding: 0; }
table {	border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
small,h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }
a { outline: none; text-decoration:none; color:#990000;}
a:hover {color: #666;}
p {
	padding-bottom: 10px;
	color:#999;
	text-shadow: #000 1px 1px 1px;
}
h1, h2, h3 {
	display: block;
	color: #131313;
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0;
	text-align: center;
	text-shadow: #363535 2px 2px 3px;
	text-transform: uppercase;
}
img {border:none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff; 
	background-image: url(images/cbg.jpg);
	background-repeat: repeat;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top:50px;
	padding-bottom: 40px;
	text-align: center;
	outline: 2px dashed #666;
	outline-offset: -5px;
	background: url(images/bg.jpg) repeat left;
	margin: 100px auto;
	-webkit-box-shadow: 3px 3px 3px #000;
	-moz-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
}
ul {
	padding-right: 10px;
	text-align:left;
	margin-left: 100px;
}
li {
	display: inline;
	padding: 0 10px;
	font-size: 42px;
	color: #cccccc;
}
.green {color: #3bb224;}
.blue {color: #3a97d0;}
.red {color: #ff2f25;}
.info {
}
#twitter {
	margin-left: 350px;
	padding: 20px 0 ;
}
