/*
Name: Technology Solutions
Description: Default styles for Technology Solutions website
Author: David McKinley
Author URI: http://www.tekaru.com/
*/


body {
	margin-top: 10px;
	margin-bottom: 10px;
	/*width:996px;*/
	font-family: Georgia, Times, Times New Roman, sans-serif;
	line-height:1.3;
	background: url('/images/bg_page.jpg') no-repeat #4c3e35;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-498px;
	width: 996px;
}

#main_body {
	width: 962px;
	height: 467px;
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 990px;
	font-size: 12px;
	color:#e4caa5;
	font-style:italic;
	font-weight:normal;
}

.cake_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#c37b13;
	font-weight:normal;
	line-height: 1.5em;
}

p { 
	color:#c37b13;
	font-size: 13px;
	line-height: 1.5em;
}

h1 {
	color:#572600;
	font-size: 18px;
	font-style:italic;
}
h3 {
	color:#f8f3d6;
	font-size: 18px;
	font-style:italic;
}

a {	color:#c37b13; text-decoration: none; 	font-size: 13px; }
a:hover {text-decoration: underline;}
hr {
	border-top:0px;
	border-left: 0px;
	border-right:0px;
	border-bottom: solid 1px #c37b13;
}

