@charset "UTF-8";
/* CSS Document */

#container
	{
		margin-top: 50px;
		width: 600px;
		height: 600px;
		position: relative;
		text-align: center;
	}
	
	
#container2
	{
		margin-top: 20px;
		width: 1050px;
		height: 800px;
		position: relative;
		text-align: center;		
	}
	
#template_content
	{
	float:right;
	margin-top: 0px;
	width: 800px;
	height: 800px;
	text-align: center;
	}
	
	
	#template_header
	{
		float:right;
		margin-top: 30px;
		width: 800px;
		height: 40px;
	
		text-al
	}
	
#template_left
	{
		float:left;
		margin-top: 30px;
		width: 200px;
		height: 800px;
		position: relative;
		text-align: right;		
	}
	
#blog
	{
		position: relative;
		align: left;
		float:left;
		width: 300px;
		heigt: 300px;
		
	}
	
#portfolio
	 {
		 float:right;
		position:relative;
		width: 300px;
		heigt: 300px;
	}
		
#music
	{
		float:left;
		width: 300px;
		heigt: 300px;
	}
	
#links
	{
		float:right;
		width: 300px;
		heigt: 300px;
	}
	
.outer {
	text-align: center;
}

.portfolio_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}

.portfolio_text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	text-decoration: none;
	
}

.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size:24pt;
	font-weight:200;
	text-align: right;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

