@charset "utf-8";
/* CSS Document */
/*reset*/
html, body, div, span, applet, object, iframe,
 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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
h1 {font-weight:bold;
font-size-adjust:140%
}
h2 {font-weight:bold;
font-size-adjust:120%
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */

#wrap {
	height:100%;
	width:914px;
	background:url(images/bg.png) repeat-y top;
	margin:auto;
	display:table;
	color:#DF2A2C;
}

#innertube {
	margin:0px 7px 0px 8px;
}
#header {
	width:640px;
	height:405px;
	background:url(images/header.jpg);	
}

#textarea {
		width:630px;
	background:color #FEFEBE;
	float:left;
	padding:5px;
	font-weight:bold;
}

#rightside {
	float:right;
	width:259px;
	height:100%;
	text-align:right;
}

#menu {
	float:right;
	margin-top:20px;
	font-size:110%;
}

#toptext {
	margin:0 3px;
}

#footerstrip {
	clear:both;
	width:914px;
	background:color #FEFEBE;
	height:20px;
}

#footer {
	clear:both;
	width:914px;
	background:url(images/footer.png);
	height:11px;
}

.title {
	font-size:40px;
}

.address {
	font-size:20px;
}

/*styles*/

body {
	line-height:1.2
}
h1 {
	font-size:140%;
}