/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (master.css)

Site: www.SalasGift.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P Rhodes (eric@bookreporter.com)
Version:  31 October 2006
File Path: ../css/master.css
----------------------------------------------- */

/* = Macro (Global)
------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #4F3E44;
	font-size: 12px;
	font-family: verdana, san-serif;
	color: #50584D;
	}

img {
	border-width: 0;
	display: block;
	}
	
p {
	text-align: left;
	}

blockquote {
	text-align: left;
	}

table {
	text-align: center;
	}
	
table tr td {
	text-align: left;
	}
	
.container {
	width: 750px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	position: relative;
	overflow: hidden;
	}


/* = Global Structure - #content, #templateStructure, #c1, #c2, #c3
------------------------------------------*/
	
#content {
	width: 750px;
	margin: 0px;
	padding: 0px;
	}


#c1 {
	float: left;
	padding: 0px;
	position: relative;
	}

#c2 { 
	width: 750px;
	float: right;
	padding: 0px;
	background: #F0EADE;
	}		

	
/* = Global Structure - #maincol
------------------------------------------*/
	
#maincol { 
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

#maincol_header {
	float: right;
	text-align: left;
	}
	
#maincol_content {
	float: right;
	text-align: center;
	position: relative;
	}

#maincol_footer {
	float: right;
	text-align: center;
	position: relative;	
	}

#mc2 {
    text-align: center;
	float: left;
  	padding: 0;
  	}


/* = Global Structure - #subcol
------------------------------------------*/
	
#subcol { 
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	}

#subcol_header {
	float: left;
	text-align: center;
	}
	
#subcol_content {
	float: left;
	text-align: left;
	position: relative;
	}

#subcol_footer {
	float: left;
	}

#sc2 {
    text-align: center;
	float: left;
  	padding: 0px;
  	}


/* =Global Structure - #xcol
------------------------------------------*/

#footer {
	width: 750px;
	background: #F0EADE;
	}

#fcol_header {
	width: 750px;
	}
	
#fcol_content {
	width: 750px;
	position: relative;
	
	}

#fcol_footer {
	width: 750px;
	}

#fc2 {
  	padding: 0;
  	}


/* =Text
------------------------------------------*/

.redtext {
	font-family: georgia, verdana, san-serif;
	font-weight: bold;
	color: #C24734;
	}
	
.graytext {
	font-family: georgia, verdana, san-serif;
	color: #929B8F;
	}

	


/* =Links
------------------------------------------*/

a:link { 
	color: #50584D;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;

	}
	
a:visited { 
	color: #50584D;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;
	}
	
a:hover { 
	color: #50584D;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;
	} 
	
	
a:link.redtext { 
	color: #C24734;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;

	}
	
a:visited.redtext { 
	color: #C24734;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;
	}
	
a:hover.redtext { 
	color: #C24734;
	text-decoration: underline;
	font-family: georgia, verdana, san-serif;
	font-size: 12px;
	} 

/* =Header
------------------------------------------*/
	
#header {
	width: 750px;
	padding: 0px;
	}
	
/* = Nav
------------------------------------------*/

#nav {
	width: 750px;
	height: 84px;
	float: left;
	}