
*{ margin: 0; padding: 0; font-family: Georgia, serif; }

a{ color: #000; }

body {
	background-image: url("../images/bg.gif"); 
	text-align: center;
	color: #332222;
	font-size: 12px;
	line-height: 1.3em;
}


body div {
	text-align: left;
	margin: 0 auto;
}

img, object {
	border: 0;
	vertical-align: text-bottom;
}

.clr {
	margin-top: -1px;
	height: 1px;
	clear: both !important;
	overflow: hidden;
}

#container {
	margin: 0px auto;
	width: 800px !important;
	text-align: left;
}

#header {
	width: 800px;
	height: 566px;
	float: left;
}


#left{
	width: 485px;
	height: auto;
	float: left;
	margin: 2em 15px 0px 0px;
}

#right{
	width: 285px;
	height: auto;
	float: right;
	margin: 2em 0px 0px 15px;
}

#footer {
	width: 800px;
	height: 5em;
	float: left;
}

/**/

.tsa_maintitle {
	font-size: 2.2em;
	color: #332222;
	line-height: 1.3em;
}

.tsa_title {
	font-size: 1.2em;
	color: #332222;
}

.tsa_note {
	font-size: 0.9em;
}

.stroke {
	width: 100%;
	height: 1px;
	background-color: #332222;
	overflow: hidden;
}


