a:link, a:active, a:visited {
	text-decoration:none;
	color:#0066CC;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}

body {
	background: url(../images/lord/bg.jpg) repeat-x #003366;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size:11px;
	text-align:justify;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	line-height:19px;
}

h1
{
	font-family: "Times New Roman", Times, arial;
	font-size:2em;
	color: #6f478c;
	text-align:left;
}


h1:first-letter
{
	font:  30px/14px "Times New Roman", Times, arial;
	color: #003366;
}

b { 
	color:#a0348a;
	font-weight:bold;
}

#wrapper {
background-image:url(../images/lord/tbg.jpg);
	background-repeat:repeat-y;
	width:740px;
	margin: auto auto;
	padding:0px;
}

#header {
background-image:url(../images/lord/header.jpg);
	width:740px;
	height:655px;
}


#content {
	text-align:justify;
	border:0px solid green;
	margin-left:110px;
	margin-bottom:-420px;
	width:400px;
	float:left;
	position:relative;
	top:-420px;
}


#navigation {
	border:0px solid red;
	float:right;
	width:130px;
	margin-right:70px;
	position:relative;
	top:-420px;
	margin-bottom:-420px;
	text-align:center;
	color:#ffffff;
	
}

#navigation h1
{
	font-family: "Times New Roman", Times, arial;
	font-size:2em;
	color: #0d0784;
	text-align:center;
}


#navigation h1:first-letter
{
	font:  30px/14px "Times New Roman", Times, arial;
	color: #ffffff;
}

#footer {
	background-image:url(../images/lord/foot.jpg);
	width:740px;
	height:148px;
	clear:both;
}

input, textarea
{ 
	background: #FFFFFF;
	color: #000000; 
	border:1px #000000 dashed;
}
h3{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#666666;
	text-align:right;
}

