/* CSS Document */
.text1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.text_about {
	font-family: Calibri, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
}

.text_aboutme {
	font-family: Calibri, Helvetica, sans-serif;
	font-size:13px;
	color:#343434;
}

.text_aboutme_bottom {
	font-family:Calibri, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#33bce1;
}

.text_gallery {
	font-family:Calibri, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

.text_contact {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.text_contact_number {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

body {
margin:0;
padding:0;
height:100%;
}

#DimBackground {
	background-color:#000000;
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	z-index:1;
	opacity:0.5;   
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;  
}

#photo {
	position:absolute;
	width:750px;
	height:570px;
	left:20%;
	top:10%;	
	z-index:2;	
}

#main_section {
	position:relative;
	height:400px;
	margin: 0px;
	top: 50px;
}

#about_image {
	position:relative;
	height:88px;
	width:95px;
	top: 15px;
	left: 15px;
}

#personal_image {
	position:absolute;
	height:229px;
	width:139px;
	top: 155px;
	left: 620px;
}

#twitter_box {
	position:absolute;
	height:50px;
	width:400px;
	top: 10px;
	left: 200px;
}

#about-links {
	position:absolute;
	height:150px;
	width:50px;
	top: -5px;
	left: 742px;
}

#blurb {
	position:absolute;
	height:250px;
	width:180px;
	top: 120px;
	left: 15px;
}

#text_about {
	position:absolute;
	height:250px;
	width:400px;
	top: 120px;
	left: 200px;
	font-family: Calibri, Helvetica, sans-serif;
}

a:link {color:#BBBBBB; text-decoration:none;}     /* unvisited link */
a:visited {color:#BBBBBB; text-decoration:none;}  /* visited link */
a:hover {color: #999999; text-decoration:none;}   /* mouse over link */
a:active {color:#BBBBBB; text-decoration:none;} 

