@import url(color.css);
@import url(type.css);

/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalize header font-size */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Remove list-styles */
ol, ul
{ list-style: none; }

/* Normalize font-style, -weight */
address, caption, cite, code, dfn, em, strong, th, var 
{ font-style: normal; font-weight: normal; }

/* Remove borders*/
table
{ border-collapse: collapse; border-spacing: 0; }

fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Remove quotation marks from q */
q:before, q:after
{ content: ''; }



html {
	text-align: center;
}

body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#header, div#footer {
	width: 100%;
}



/*----- HEADER ELEMENTS -----*/

/* =header */
div#header {
	background: url(../images/bkgsm.jpg) repeat-x;
	border-top: 40px solid #992329;
}


div#linet {
	width: auto;
	height: 135px;
	background-image: url(../images/bkgsm.jpg);
	}



/*----- BODY ELEMENTS -----*/

/* =content */
div#content {
	width: 100%;
	}

div#rightside {
	width: auto;
	height: auto;
	font-family: Gill Sans, Trebuchet, Trebuchet MS, sans serif;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
	}
	

div#imgk {
	float:right;
	padding-left: 15px;
	margin-right: 15px;
}
