/* styles for all built in tags */

html, body {
	height:100%;
	margin:0 auto;
}

body{
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:15px;
	background-color:#22110a;
	text-align:center;
	background-image:url(../images/bg.gif);
}

body, td{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#281d21;
}

h1 {
	display:none;
}

a {
	color:#281d21;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

form {
	display: inline;
	padding:0px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}


/* common styles */

.tweenInOut {}

.text {
	padding-bottom: 10px;
}

.textBg {
	background-color:#ccc8c5;
	padding:2px;
}

a.smalllink {
	color:#281d21;
	font-weight:normal;
	text-decoration:underline;
}


/* blocks */

#site {
	width:800px;
	height:652px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	position:relative;
	border:1px solid #000000;
}

#content {
	text-align:left;
	position:absolute;
	left:21px;
	top:138px;
	width:370px;
	/*background-image:url(../images/main-lite.jpg);
	background-position:-21px -138px;
	padding:5px;*/
}

#logo {
	position:absolute;
	left:22px;
	top:13px;
	width:52px;
	height:31px;
}

