﻿/*	Created by Concpeta, Inc.
	Author: Humberto Farias, Jr.
	Date created: July 13, 2006
	Last modified: July 13, 2006
	
	Help Information
	
	1.	Margin, border, padding information: CSS Mastery pg. 28
	2.	Positioning (Absolute and Relative) pg. 34
		
*/

/* = General template specs
------------------------------------------------------------------- */
*	{
	margin-top: 0px;
	margin-bottom: 0px;	
}

body	{
	background: url('../images/background.jpg') repeat-x; 
	background-color: #262721;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper	{
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top	{
	background-image: url('../images/headerribbon.jpg');
	height: 93px;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: black;
}

#top, a, a.visited	{
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#top, a:hover, a:active	{
	font-family: Arial;
	font-size: 12px;
	color: #A79871;
}

#header		{
	height: 168px;
}

#goldcurve		{
	background: url('../images/headerribbon.jpg');
	height: 31px;
}

#goldcurvewhite	{
	background: url('../images/gold_curve_white.jpg');
	height: 31px;
}

#rightbox		{
	background: url('../images/bedge_back.jpg');
}

#border			{
	background-image: url('../images/bedge_border.jpg');
	height: 23px;
}

#featured		{
	position: absolute; 
	width: 204px; 
	z-index: 1; 
	top: 93px; 
		
	background: #BFB797;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #BFB797;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #BFB797;
	
}

#footer		{
	text-align: center; 
	font-size: 12px;	
	font-family: Verdana;
}

