/*
      Created by Trevor Roberts
	  Cross and Crown Productions
	  www.cacpro.com | trevor@cacpro.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(../assets/rtc_bg.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 background-color:#F0A026;
}
#wrapper {
	width: 720px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
 background: url(../assets/content_repete.png) repeat-y top center;
 overflow: auto; /* Fix for IE  */
 width: 100%;
 overflow:hidden;
 margin: 0 auto;
 height:100%;
 
}
#header {
 color: #333;
 width: 720px;
 padding: 10px;
 padding-bottom: 0px;
 height: 180px;
 margin: 0px 0px 0px 0px;
 background-image: url(../assets/header.png);
 background-position:top left;
 background-repeat:no-repeat;

}

#container_top {
 color: #333;
 width: 720px;
 height: 20px;
 padding: 0px;
 margin: 0px;
 background-image: url(../assets/content_top.png);
 background-position:top left;
 background-repeat:no-repeat;

}
#navigation {
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 35px 10 0;
 padding: 0px;
 padding-left: 25px;
 width: 445px;
 display: inline;
 position: relative;
}

#content p {
text-align:justify;
}

#content h1 {
color: #5086C6;
font-size: 15px;
}

#rightcolumn {
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 195px;
	float: right;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

a {
color: #F89A3A;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
