body {  
        background-color : #ff9292;
        color: #f45551; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3; font-size:76%; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif
}
a {
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
	color: #f24242;
}

a:hover {
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
	color: #f56d6d;
}

input, select, textarea {
			font-family: tahoma, verdana, sans-serif;
			font-size: 8pt;
			color:#f45551;
			background:#ffb1b1;
			border: 1px solid;
			border-color:#f45551; 
}

p {
	margin: 0 0 1.3em;
}

h3 {
	border-bottom: dotted #f45551 2px;
	font-size: 110%;
	margin: 0 0 2px;
}
#wrap {
	background: url('Tbg.gif') repeat-y;
	width: 600px;
	margin: 0 auto
}
#container {
	background: url('Tbg.gif') no-repeat;
	width: 600px;
	margin: 0 auto
}

#sidebar {
	float: left;
	width: 372px;
	margin: 380px 0 0 0;
}

#content {
	float: left;
	margin: 10px 60px 0 60px;
}

#footer {
	background: #212018 url('footer.gif') no-repeat;
	clear: both;
	height: 40px
}