﻿@import url("forms.css");

/* Declare body first of all */
body {
	text-align:center;
	background:#272111;
	font:normal 62.5% Georgia, 'Times New Roman', serif;
	color:#fdf6d8;
	margin:0;
	border-top:1px #272111;
}
p {
	font-size:1.4em;
	line-height:150%;
}
/* Container */
#container {
	margin:0px auto 0 auto;
	width:800px;
	background:url(images/oatc-bg-tile.gif);
	
	border-left:4px #a3823d double;
	border-right:4px #a3823d double;
	}
/*Elements of Header*/	
#masthead {
	text-align:left;
	height:326px;
	background:url(images/oatc-header2.gif) no-repeat;
}
h1 img{
	margin:25px 40px 0px 40px;
	color:#d1c8bb;
	}
.imgheader {
	margin-left:115px;
}
#masthead h2 {
	text-transform:uppercase;
	margin:-10px 70px 10px 70px;
	font-size:16pt;	
}
/*Style Content area*/
#mainContent {
	background: url('images/oatc-body-bg.jpg') no-repeat bottom;
	text-align:left;
	height:415px;
	padding-bottom:30px;
}
#primary {
	float:left;
	display:inline;
	width:525px;
	margin-left:30px;
	padding-top:85px;	
}
#primary h2 {
	font-family:Georgia, 'Times New Roman', serif; 
	text-transform:uppercase;
	font-size:12pt;
}
h3 {
	color:#a3823d;
	text-transform:uppercase;
	font-size:1.6em;
	font-family:"Felix Titling", 'Times New Roman', serif;	
}
/*Sidebar & Main Navigation*/
#sidebar {
	float:right;
	display:inline;
	width:150px;
	margin-right:20px;
	padding-top:85px;
}
ul {
	list-style:square;	font-family:"Felix Titling", 'Times New Roman', serif;
	font-size:1.6em;
	text-transform:uppercase;
	color:#a3823d;
	padding:0px;
	margin:0px;
	line-height:200%;
}
/*Link properties*/
a:link, a:visited {
	color:#a3823d;
	text-decoration:none;
}
a:hover, a:active {
	color:#fdf6d8;
	text-decoration:underline;
}
#sidebar img{
	margin-top:25px;
}
/*Style footer*/
#footer {
	clear:both;
	background:url(images/oatc-footer.gif) ;
	color:#272111;
	padding:10px;
	height:100px;
	border-bottom:5px #272111;	}
	
p{
	font-size:1.4em;
}
.smallcaps{
	font-variant:small-caps;
	font-size:1.4em;
}
/*Properties for Content on interior pages*/
#links #mainContent {
	height:750px;
		}
#links #primary {
	padding-top:30px;
}
#links #sidebar {
	padding-top:30px;
}		
#orders #mainContent {
	height:auto;
	background:none;
}
#orders #primary {
	padding-top:30px;
}
#orders #sidebar {
	padding-top:30px;
}
hr {
	color:#a3823d;
}		