/*------------------------------------
	HTML Tags

	Note: Most HTML tags are specified in styles.css
	This ensures that the HTML editor (???) and front-end styles are constant
------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../styleImages/design/tile.gif) repeat-x center top;
}


/*------------------------------------
	IDs & Classes: General Layout
------------------------------------*/
#master {
	width: 720px;
	margin: 0px auto 0px auto;
}

#master #header_master {
	margin: 44px 0px 47px 0px;
}

#master #left_master {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#master #content_master {
	float: left;
	width: 500px;
}

#master #footer_master {
	height: 82px;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}


/*------------------------------------
	IDs & Classes: Header
------------------------------------*/
#header_master #header_logo {
	float: left;
	margin-right: 60px;
}

#header_master #header_logo img {
	display: block;
}

#header_master #header_navigation {
	float: right;
	max-width: 500px;
	margin-top: 37px;
}


/*------------------------------------
	IDs & Classes: Left
------------------------------------*/



/*------------------------------------
	IDs & Classes: Content
------------------------------------*/



/*------------------------------------
	IDs & Classes: Footer
------------------------------------*/
#footer_master {
	border-top: 1px dotted #C4C4C4;
}

#footer_master #footer_left {
	float: left;
	width: 160px;
	height: 100%;
	padding: 0px 20px 0px 0px;
	border-right: 1px dotted #C4C4C4;
}

#footer_master #footer_middle {
	float: left;
	width: 279px;
	height: 100%;
	padding: 0px 20px 0px 20px;
	border-right: 1px dotted #C4C4C4;
}

#footer_master #footer_middle img {
	vertical-align: middle;
} 

#footer_master #footer_right {
	float: left;
	width: 199px;
	height: 100%;
	padding: 0px 0px 0px 20px;
}

#footer_master #footer_left a,
#footer_master #footer_right a {
	text-decoration: underline;
}

#footer_master #footer_right #footer_thawte {
	margin-top: 15px;
}