/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-size: 12px;
	background-color: #D0DBF7;
}

td {
	font-family: Edwardian Script;
	font-size: 12pt;
    line-height: 1.3;
    font-weight: 100;
    color: #333333;
    text-align: left;
}

/* ----------------------------------------------------------------------*/
/* HEADER PART
/* ----------------------------------------------------------------------*/

table#header_wrapper {
	background-image: url(http://www.womansbusinessnetwork.com/resources/design/wbntemplate/images/top-banner-background.png);
	background-color: #D0DBF7;
	height: 80px;
	padding: 0px;	
	
}

table#header_right {

}
table#header_right td.info {
	text-align: right;
	color: #990000;
	padding-top: 5px;
	font-weight: normal;
	
}
table#header_right td.search {
	text-align: right;
}

table#header_right td.menu {
	text-align: center;
	
}



/* ----------------------------------------------------------------------*/
/* BODY PART
/* ----------------------------------------------------------------------*/

table#body_wrapper {
	
	background-color: #D0DBF7;
	
    	background-repeat: repeat-x;
	background-position: bottom left;
	align: center;
}

#body_left {
	background-color: #FFFFFF;
}

# {
	background-color: #FFFFFF;
	background-position: top left;
    	background-repeat: repeat-y;
}
#1 {
	background-color: #FFFFFF;
	background-position: top center;
    	background-repeat: repeat-y;
 }

#body {
	padding-top: 15px;
	padding-left: 20px;
    background-color: #FFFFFF;

}

#body h1 {
    font-family:Edwardian Script;
	font-size: 30px;
	color: #990000;
}

#body h2 {

	font-size: 15px;
	color: #333333;
}
#body h3 {
    font-family:Edwardian Script;
	font-size: 30px;
	color: #990000;
}

#body hr {
	background-image: url(http://www.womansbusinessnetwork.com/resources/design/wbntemplate/images/dot.png);
	border: 0;
	height: 3px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* ----------------------------------------------------------------------*/
/* FOOTER PART
/* ----------------------------------------------------------------------*/

table#footer_wrapper {
	padding-top: 10px;
	border-top: 2px solid #7a7671;
	background-image: url(http://www.womansbusinessnetwork.com/resources/design/wbntemplate/images/below_bottom_bg.png);
	height: 100px;
    background-repeat: repeat-x;
}

table#footer_wrapper td a {
    color: #333333;
	text-decoration: none;
}

table#footer_wrapper td a:hover {
    color: #333333;
	text-decoration: underline;
}
#body table { width: 95%; }
#footer_wrapper table {width: 95% }
#header_wrapper table {width: 95% }
h1 {
	font-size: 20px;
	color: #990000;
}


/*
#menu_content{
	float:left;
	width:803px;
	min-height:500px;
	background-color:#f7f4e9;
	margin-top:10px;
	padding-bottom: 10px;
}
*/