body { background : url(../images/backgrounds/04.jpg) top center no-repeat #369; }

body.large #main_content, body.large #side_bar_left, body.large #side_bar_right { font-size : 125%; line-height : 125%; }
body.xlarge #main_content, body.xlarge #side_bar_left, body.xlarge #side_bar_right { font-size : 150%; line-height : 150%; }

/* Interior Background and Container Rules */

#int_background {
	margin : 0 auto 0 auto;
	padding : 22px 0 0 0;
	width : 760px;
	font-size : 1.1em;
	line-height : 1.1em;
	background : url(../images/template/content_top.gif) top center no-repeat;
	display : block;
	clear : both;
}

#int_container {
	margin : 0 auto 0 auto;
	padding : 0;
	min-height : 318px;
	width : 760px;
	background : url(../images/interior/content_back.gif) top center repeat-y;
	display : block;
	float : left;
	clear : both;
}

/* Interior Main Content Rules */

#side_content {
	margin : 0;
	padding : 10px 0 10px 6px;
	width : 154px;
	list-style : none;
	display : block;
	float : left;
	clear : none;
}

#main_content {
	margin : 0;
	padding : 10px 0 10px 0;
	width : 600px;
	display : block;
	float : left;
	clear : none;
}

#int_container2 #main_content { width : 599px; }

#main_content h2 {
	margin : 0;
	padding : 0 10px 5px 10px;
	width : auto;
	color : #cc6600;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1.3em;
	letter-spacing : 2px;
	display : block;
}
