/*################################################################################
#
#	Copyright 2008 dnnSpot
#	All tags that start with "body.ie" are specific to Internet Explorer 6
#	All tags that start with "body.ie7" are specific to Internet Explorer 7
#
################################################################################*/

/*################################################################################
#
#	TYPOGRAPHY
#
################################################################################*/

/********************************************************************************/
/* Header Colors */

H1 {
	color:#7D282B;
}

H2 {
	color:#7D282B;
}

H3 {
	color:#000;
}

H4 {
	color:#000;
}

H5 {
	color:#7D282B;
}

H6 {
	color:#765C45;
}

/* Link Colors */

body a:link {
	color:#7D282B;
}

body a {
	color:#7D282B;
}

body a:visited {
	color:#7D282B;
}

body a:hover, body a:active {
	color:#765C45;
}

/*################################################################################
#
#	DEFAULT ELEMENTS
#
################################################################################*/

/* Body Background Image */
body {
	margin:0 auto;
}

#Body {
	background: #ECE4DF url(images/red/bg.jpg) repeat-x;
}

#main {

}

#header {
	background: #7D282B url(images/red/header-bg.jpg) repeat-x;
}

#left {
	background:#e1bd67;
	}

#dnn_logo {
	border-right:1px solid #AE8F73;
}
	
#right {
	background:#fff;
}

#footer {
	background: #765C45;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer a:hover {
	text-decoration:underline;
}
/*################################################################################
#
#	CUSTOM ELEMENTS
#
################################################################################*/

/* background-images and colors for DIVS */


.Form td {
	padding:4px;
}


/*################################################################################
#
#	DNN PANES
#
################################################################################*/

#dnn_ContentPane {

	background:#fff;
	background-color:#fff;
}



/*##############################################################
---------------------------------------------------------------

	CSS MENU COLORS AND BACKGROUNDS

---------------------------------------------------------------
##############################################################*/

#topNav {
	background:#AE323C url(images/red/red-bg.jpg) repeat-x;
}


