/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: grey;
	margin-top: 0px;
	background-image:url(images/back_img2.gif);
	}

p	{
	font: normal 11px arial;
	color:#fff;
	margin-top:0px;
	}

h1	{
	font:normal 15px arial;
	color:#fff;
	margin-top:0px;
	}
	
h2 { 
	font: normal 30px arial;
	color:#fff;
	margin-top:2px;
	}

.blue {color:#00AFFF;}


a:link {
	color: #CC0066;
	text-decoration:none;
	}

a:visited {
	color: #CC0066;
	text-decoration:none;
}

a:hover {
   color: #fff;
	text-decoration: none; 
	background: #CC0066;
}


#project_container {
			width: 500px;
			margin: 0 auto 0 auto;
			padding-top: 0px;
			padding-left: 5px;
			padding-right: 5px;
			background-color:#232727;
			height: 1500px;
			
			}


#container {
			float: center;
			width: 790px;
			height: 640px;
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 0px;
			margin-top: 0px;
			background-color: #232727;
}


#flash_holder {
				margin-top:2px;
				width: auto;
				height: auto;
				float: center;
				clear:left;
				}

#header_text {
				float: left;
				margin-top:50px;
				}

#project_header {
				float: left;
				width:100%;
				height: 100px;
				}

#logo { 
		float: left;
		margin-right: 20px;
		}


#main_body {
			width: 490px;
			height: auto;
			float: left;
  			clear:left;			
			}


#header {
		float: center;
		width: auto;
		height: auto;
		clear: left;
		}

#header_info {
		float: right;
		width: auto;
		height: auto;
		margin-top:75px;
		margin-right:5px;
		clear:none;
		}

.pixel_tag {
       float: left;
	   height: auto;
	   margin-right: 3px;
	   }

.grouped {
	   float: left;
	   height: auto;
	   text-align: left;
	   width:100%;
	   padding-top: 10px;
	   margin-bottom: 20px;
	   border-top: dashed 1px #00AFFF;
	  
	   }


.project_text {
       float: left;
	   height: auto;
	   text-align: left;
	   width:65%;
	   }

.project_image {
       float: right;
	   margin-left: 20px;
	   height: auto;
	   width: auto;
	   background-color: #fff;
	   text-align: left;
	   }


#footer {
		margin-top: 5px;
		width: 100%;
		text-align: left;
		height: auto;
		float: left;
		clear: both;
		}		