/* general */

* {
	padding:0;
	margin:0;
	border:0;
}

html, body {
	background:#d6d6d6;
	color:#505050;
	font:12px/16px Tahoma,Verdana,Sans-Serif;
}

h1 {
	font:18px Tahoma,Verdana,Sans-Serif;
	color:#7e7e7e;	
	font-weight:normal;
	text-transform:uppercase;
	margin:30px 20px 15px 20px;
	letter-spacing:2px;
}

/* text format */

a {
	color:#b90000;
	text-decoration:none;
}

a:hover { 
	color:#b90000;
	text-decoration:underline;
}

#bod ul {
	margin:10px 50px;	
}

.m {
	width:766px;
	margin:0 auto;
}

#nav ul {
	list-style: none;
	margin-bottom:60px;
}

#nav li {
	background: url(../images/li.gif) no-repeat 0;
	margin: 1px 0;
	width:260px;
	height:56px;
	font:15px/56px Arial,Sans-Serif;
	color:#b90000;
	text-align:right;
}

/* top */

#top {
	background:url(../images/top_till.jpg) repeat-x;
	height:273px;
}

#top .txt {
	line-height:28px;
	width:343px;
	margin:10px 20px 10px 20px;
}

#top img {
	margin:0 8px 0 0;
}

#t1 {
	width:246px;
	float:left;	
}

#t2 {
	width:172px;
	float:left;	
	color:#fff;
}

#t3 {
	width:348px;
	float:left;
}

#tm {
	margin-top:20px;
}

#main {
	background:#fff;
}

#nav {
	background:url(../images/px.gif) right repeat-y #fff;
	width:292px;
	float:left;
	margin:20px 0;
}

#nav p {
	text-align:right;	
	padding-right:35px;
	margin:20px 0;
}

#bod {
	width:474px;
	float:left;
}

#bod p {
	margin:10px 20px;
}

#bod img {
	margin:0 50px;
}

/* text format */

#bod a {
	color:#b90000;
	text-decoration:underline;
}

#bod a:hover { 
	color:#7e7e7e;
	text-decoration:underline;	
}

#foo {
	font:11px/14px Tahoma,Verdana,Sans-Serif;
/* height:40px; */
}

#f1 {
	width:172px;
	float:left;
	margin:25px 14px;
}

#f2 {
	width:538px;
	float:left;
	margin:25px 14px;
}

#f2 a {
	color:#505050;
	margin:0 6px;
}

/* text color */

.yel	{	color:#fff3af; }
.gray	{ color:#505050; }

/* classes */

.b {
	font-weight:bold;
}

.r {
	text-align:right;
}

.f {
	float:left;
}

.c {
	clear:both;
}

.bw {
	background:#d6d6d6;
}

.br {
	background:#900;
}


/* border:1px solid magenta; */

