/* Fragile Syndrome Website
   Design by Joel Steudler 
   www.joelsteudler.com
   */

/* BODY FORMATTING */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	margin: 0px 0 0 0;
	background-image:url(images/bg_tile_rust_003.gif);
	background-color: #400707;
	}

/* END BODY FORMATTING */


/* TEXT FORMATTING */

h2 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.8em;
	margin: 10px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #FFFFFF;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.4em;
	margin: 10px 0 -10px 0;
	font-weight: bold;
	}
	
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
	}
	
blockquote {
	border-left: 4px solid #CCCCCC;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #CCCCCC;
	background: #999999;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}

.bold {
	font-weight: bold;
	text-decoration: none;
	}
	
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	}


.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	}
	
.newspost {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	}

/* IMAGE FORMATTING */

#titlebar img {
	border: 0px 0 0 0;
	}

#main img {
	border: solid 1px rgb(0,0,0);
	}

.imageleft {
	margin: 0px 10px 0px 0px;
	border: solid 1px rgb(0,0,0);
	}

/* TABLE FORMATTING */

#top {
	width: 760px;
	background-image: url(images/bg_tile_table_001.gif);
	text-align: center;
	}
	
#nav {
	width: 760px;
	background-image: url(images/bg_tile_table_001.gif);
	text-align: center;
	}
	
#maincontainer {
	width: 760px;
	background-image: url(images/bg_tile_table_001.gif);
	text-align: center;
	}
	
#main {
	width: 600px;
	min-height: 600px;
	background-image: url(images/bg_DNA_001.gif);
	background-repeat: no-repeat;
	text-align: left;
	}	

#bottom {
	width: 760px;
	background-color: #000000;
	text-align: center;
	}

/* MEDIA PAGE */

#wallpaper {
	width: 600px;
	background-image: url(images/bg_DNA_001.gif);
	background-repeat: no-repeat;
	}	
