@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bk.png);
	font-family: Verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

h1 { color: #ac3d3d; font-size: 14px;}

a {
	text-decoration: none;
	border: 0px;
}

	#intro h1 {
		font-size: 14px;
		color: #ac3d3d;
	}
	
	#intro a {
		color: #000000;
		font-size: 10px;
		text-decoration: none;
	}
	
	#intro a:hover {
		color: #ac3d3d;
	}
	
	#wrapper {
		width: 900px;
		height: 100%;
		background-image:url("../images/repeat.png");
	}
	
	#title {
		background-image: url("../images/title.png");
		height: 313px;
	}
	
	#content { 
		width: 900px; 
		float: right;
		background-image:url("../images/repeat.png"); 
		} 								
		/* Menu (Left)*/
		#menuContent { 
			width: 313px;
			float: left; 	
		}
		/* Main content area - (Right) */
		#mainContent { width: 587px;  float: right;  }	
	
	.menu
	{
		width: 260px;
		vertical-align: top;
		text-align: right;
	}
	
	.menu h1 { 
		font-size: 18px;
		color: #ac3d3d;
	}
	
	#mainContent .content {
		width: 500px;
		text-align: justify;
	}
	
	h3 {
		color: #ac3d3d;
	}
	
	#error {
		color: #ac3d3d;
		font-weight: bold;
	}
	
	fieldset {
		width: 450px;
		border: 1 solid #ac3d3d;
	}
	
	fieldset table{
		width: 400px;
	}
	
	fieldset td.title{
		width: 140px;
	}
	
	legend {
		color: #ac3d3d;	
	}
	
	
	#footerNote { 
		position: relative;
		top: 30px;
		color: #ac3d3d;
	}
	
	#footerNote table {
		border-top: 1px solid #000;
	}
	
	#footerNote td {
		width: 250px;
		font-size: 14px;
		font-weight: bold;	
	}
	
	#footerNote td.left {
		text-align: left;
	}
	
	#footerNote td.right {
		text-align: right;
	}
	
	#footer {
		clear:both;
		width: 900px;
		height: 21px;
		background:url(../images/footer.png);
	}

