/* RedGerry.com main style sheet 2011 */

html {
height:100%;
}

a img {
border:none;
}

a {
color:#F03030;
text-decoration:none;
}

a:hover {
color:#496AB6;
text-decoration:none;
}
h1.small{
	font-size:16px;
	font-weight:600;
	text-align:center;
}

body {
height:100%;
background-color:#000;
color:#F03030;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
margin:0;
padding:0;
}
#wrapper {
	width:900px;
	height:445px;
	background-color:#000;
	margin:45px auto;
	padding:0;
	border:1px solid red;
}
#twitter {
	float:left;
	width:260px;
	padding:5px;
}
#text {
	float:left;
	width:600px;
	height:400px;
	padding:5px;
	font-size:14px;
}
/*********** End Misc**********/
#footer {
	clear:both;
	width:900px;
	height:30px;
	margin-top:20px;
	padding:5px;
}

#footleft {
	float:left;
	width:200px;
	text-align:left;
	padding-left:10px;
}

#footright {
float:right;
width:400px;
height:11px;
text-align:right;
margin-top:10px;
font-size:10px;
}
