/* CSS Document */

* {margin: 0; padding: 0;}

body {
	font: 0.8125em Helvetica, Arial, Verdana, sans-serif; 
	line-height: 1.2; 
	color: #DDD; 
	background: #000 ;
	/* background-image: url(/v2/img/back.gif); 
	background-repeat:repeat;
	background-attachment:fixed; */
	}

a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #77D; }
html body a:hover {color: #500; background-color: #A7E2D4; border-bottom: 1px solid #500;}

ul, ol {list-style: none;}


#masthead { background: #000; width: 700px; margin:auto; overflow:hidden; 
			text-align: center;
			}

#pagetop { width: 400px;  margin:auto; overflow:hidden; }

#pagebottom { width: 400px;  margin:auto; overflow:hidden; 
			}
			
#footer { background: #000 ; width: 700px; margin:auto; overflow:hidden;
	text-align: center;
	margin-bottom:50px;
}


#footer p {margin-top: 15px; margin-right:25px; font-size:xx-small; color: #888}
#footer a, #footer a:visited, #footer a:link {color:#669; text-decoration:none; border-bottom:0;}



.title {font: 1.8em Georgia, "Times New Roman", Times, serif; margin-bottom: 0.5em;}
.title {text-transform: none; letter-spacing: 2px;}
.title a:link, .title a:visited {color: #333;}
.title a:hover {color: #000;}

.subtitle {font: 1.2em Georgia, "Times New Roman", Times, serif; 
	letter-spacing: 1px;
	font-weight:bold;
	}

.subtext {font: 0.75em Helvetica, Arial, Verdana, sans-serif; 
	line-height: 1; 
	color: #555; }

.byline {font: italic 1.1em Times, serif; letter-spacing: 1px; margin: 0 0 1.5em;}
.byline a:link, .byline a:visited {font: bold 0.85em Verdana, sans-serif;
  text-transform: uppercase; letter-spacing: 2px;
  margin-left: 0.25em;}


.imgspace {margin: 5px;
			padding: 5px; 
			
			}


.inlineimage {
	padding: 5px 5px 5px 5px;
}

