/*main stylesheet for lorilinstruth.com*/
	
body  {background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	margin:0px 0px 0px 0px;	
}

#container {width: 762px;
border:1px solid #ffffff;
text-align: center;
background-image: url(images/backgrounds/warbridenet1.jpg);
background-repeat: no-repeat;
background-position:top center;}

#menu {text-align: center;
font-size: 11px;
font-weight: normal;
margin-top: 120px;}

#content {width: 600px;
margin: 20px auto;
background-color: transparent;
border: 1px solid #fff;
text-align: center;}

#page {width: 550px;
margin: 20px auto;
background-color: transparent;
text-align: left;}

/*basic links*/

a:link {color: #cccccc;
		text-decoration: underline;}
a:visited {color: #cccccc}
a:active {color: #ffffff}
a:hover {color: #ffffff;
		text-decoration: none;}

a.menu:link { text-decoration: none;}	
a.menu:active {text-decoration: none;}
a.menu:hover {text-decoration: none;}
a.menu:visited {text-decoration: none;}	

/*basic stuff for texts*/
p,li,td,ul,div {color: #cccccc;font-family: Verdana, Arial, sans-serif;font-size: 10px;}
	
/*basic stuff for headings*/
h1,h2,h3 {font-family: Verdana, Arial, sans-serif; color: #ccc; font-weight: bold;}

h1 {font-size: 16px; text-transform: uppercase;} 
h2 {font-size: 14px;text-transform: uppercase;}
h3 {font-size: 12px;}

h4,h5,h6 {font-family: Verdana, Arial, sans-serif; color: #ccc; font-weight: normal;}
h4 {font-size: 12px; margin-left: 10px;}
h5 {font-size: 10px; margin-left: 10px;}

img.thm {border: 1px solid #fff;}

.pagetop {font-size: 11px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
}

.newsheading {text-align: left;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
}

.news {text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 14px;
	width: auto;
}
	
.right {float: right; margin: 0px 0px 5px 5px;}
.left {float: left; margin: 0px 5px 5px 0px;}

.picpages {margin-top: 20px; font-size: 14px; font-weight: bold;}	

#stats {position: absolute;
bottom: -15px;
width: 1em;
border: none;}

input.black {background-color: #000000;
color: #CCCCCC;
font-weight: bold;}

input,textarea.grey {background-color: #666666;
color:#FFFFFF; font-weight: bold;}

