/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: 'Raleway', sans-serif;
 font-size: 13px;
	text-align: right;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

H1 {
	color: #0A3443;
	text-decoration: none;
	font: normal normal 30px 'Raleway', sans-serif;
}
H2 {
	font-family: 'Raleway', sans-serif;
	color: #0A3443;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-right: 35px;
}
H3 {
	font-family: 'Raleway', sans-serif;
	color: #0A3443;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#content { 
 width: 900px;
 color: #7895A3;
 border: 1px none #ccc;
 margin: 20px 0px 10px;
 padding: 10px;
}

a {
	color: #0A3443;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}
#teletc
{
	padding-right: 35px;
	width: 400px;
	float: right;
}