/* MAIN */

html						{	height:100%;
								width:100%; } 
								
body 						{ 	height:100%;
								width:100%;
								margin: 0 0 0 0;
								padding: 0;
								
								background-color: #f1f8ff; }
								
								/* background: url(../images/background/bg_photo.jpg); background-attachment:fixed; } */
								/* min-width:800px; */
								/* min-height:600px; */								
								/* text-align: center; */

body, td	 				{ 	font-size: 11px;
								line-height: 13px; 
								font-family: Georgia;
								color: #404040; }
						
form 						{	margin: 0;}
hr	 						{	margin: 0; padding:0;}


/* MAIN LINKS */

a:link 						{ 	color: #5f8fbf; text-decoration: none; }		
a:visited 					{ 	color: #5f8fbf; text-decoration: none; }
a:hover 					{ 	color: #2aa8a8; text-decoration: none; }
a:active 					{ 	color: #2aa8a8; text-decoration: none; }	


/* CUSTOM COLORS */

.blue_large					{	font-size: 13px; color: #5f8fbf; } 
.blue_normal				{	font-size: 11px; color: #5f8fbf; }

.green_header_large			{	font-size: 13px; color: #2aa8a8; } 
.green_header_small			{	font-size: 11px; color: #2aa8a8; }

.light_gray_normal			{	font-size: 11px; color: #808080; }


/* CUSTOM CLASSES */

.bg_welcome					{ 	background-image: url(../images/background/welcome.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.bg_portfolio				{ 	background-image: url(../images/background/portfolio.jpg); background-repeat: no-repeat; background-attachment: fixed; }	
.bg_blog					{ 	background-image: url(../images/background/blog.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.bg_21						{ 	background-image: url(../images/background/21.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.bg_mse						{ 	background-image: url(../images/background/mse.jpg); background-repeat: no-repeat; background-attachment: fixed; }	
.bg_cmu						{ 	background-image: url(../images/background/cmu.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.bg_ykhwd					{ 	background-image: url(../images/background/ykhwd.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.bg_swm						{ 	background-image: url(../images/background/swm.jpg); background-repeat: no-repeat; background-attachment: fixed; }

#main_page					{	margin-top:50px; margin-left:50px; }
#main_content				{	margin-left:50px; margin-right:25px; }
	
.content_photo				{	margin-bottom:35px; margin-left:35px; border: solid 1px #5f8fbf; }			
.gallery_photo				{	border: solid 1px #5f8fbf; }			
						
.content_large				{	font-size: 13px; } 
.content_normal				{	font-size: 11px; } 

.footer_name				{	font-size: 14px; line-height: 18px; color: #2aa8a8;}  		
.footer_link				{	font-size: 14px; line-height: 18px; }  				
.footer_portfolio			{	font-size: 14px; color: #2aa8a8;}  		
		
.footer_link:link			{	font-size: 14px; line-height: 18px; color: #404040;}  		
.footer_link:visited		{	font-size: 14px; line-height: 18px; color: #404040;}  		
.footer_link:hover			{	font-size: 14px; line-height: 18px; color: #2aa8a8;}  		
.footer_link:active			{	font-size: 14px; line-height: 18px; color: #2aa8a8;}  		

