/*  Red Blue Design Inc. only external css  */
body 
{
	text-align:center;
	margin:0px 0px 0px 0px;
	background:url(img/body_gradient.jpg) white repeat-x top left;
}

p
{
	line-height:1.5em;
	font-size:14px;
	font-family:"Arial";
	text-align:left;
}

img
{
	display:block;
	border:0;
}

a
{
	font-family:"Arial";
	color:#0E80C3;
	font-size:12px;
}

a:hover
{
	text-decoration:none;
	color:black;
}

h1, h2, h3, h4
{
	text-align:center;
	color:#0E80C3;
	font-family:"Times New Roman";
	font-weight:normal;
	padding:5px;
	margin:0px;
}

h1 { font-size:36px; text-align:left; color:#E52B2C; }
h2 { font-size:30px; }
h3 { text-align:left; font-size:20px; color:#E52B2C; }
h4 { font-size:20px; }

#container 
{
/*	background:url(img/logo_grad_ron_paul.jpg) no-repeat top left;*/
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:960px;
}

#home { background: url(img/redblue_home.jpg) no-repeat; height:518px; }

#content
{
	padding:150px 100px;
	width:450px;
}

#standard_foot { background: url(img/footer1.jpg); height:139px; }

#footer_info
{
	height:100%;
	margin:20px;
	font-size:12px;
	color:gray;
}

#footer_info td { vertical-align:bottom; padding-bottom:30px; }
	
#footer_info img
{
	vertical-align:top;
}

/* blue and red classes */
.blue
{
	color:#0E80C3;
}
.red
{
	color:#E52B2C;
}
