@charset "UTF-8";
/* CSS Document */

p {
	
padding:0px;
margin:0px;
}


#main_container {
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	height:768px;
}

#myBox {
	position:absolute;
}

#menu{
	margin-left: 435px;
	width:590px;
	z-index:2;
	position: absolute;
	height: 60px;
	margin-top: -30px;
}



#header {
	width:1024px;
	height:123px;
}
#mid {
	width:1024px;
	height:645px;
	z-index: 1;
	background-image: url(../images/Illusion-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#banner {
	width:1024px;
	height:426px;
	z-index: 1;
	background-image: url(../images/Illusionwinner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:3px;
	margin-bottom: 50px;
}


#name-logo {
	width:350px;
	height:45px;
	float: left;
	margin-top: 20px;
	margin-left: 35px;
}


#about-right {
	width:348px;
	height:465px;
	float: right;
	padding-right: 10px;
}
#content-box {
	width:760px;
	height:440px;
	float: left;
	margin-left: 136px;
	margin-top: 65px;
}

#about-left {
	width:685px;
	height:410px;
	float: left;
	margin-left: 170px;
	margin-top: 65px;
	background-image: url(../images/white-bg.png);
	background-repeat: repeat;
	padding: 7px 7px 10px 2px;
	text-align: right;
}

#resume-table{
	width:825px;
	height:auto;
	margin-left: 0px;
	clear:both;
}




#footer {
	width: 700px;
	height: 95px;
	clear:both;
	padding-top: 30px;
	padding-left: 25px;
}


.whitetext {
	font-family:Arial, Helvetica, sans-serif;
	color:#D1519D;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.whitetext a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#D1519D;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	text-decoration:none;
}

.whitetext a:visited{
	color:#D1519D;	
}
.whitetext a:hover{
	color:#000000;	
}

.whitetext a:active{
	color:#000000;	
}


.name {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:36px;
	color:#ffffff;
	letter-spacing:2px;
}

.name-smallcaps {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	color:#D1519D;
}


.name2 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:36px;
	color:#ffffff;
	letter-spacing:2px;
	padding-bottom: 10px;
	text-align: center;
}

.name2-smallcaps {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:28px;
	color:#ffffff;
	letter-spacing:2px;
	padding-bottom: 10px;
	text-align: center;
}

.blueheader {
	font-family: "p22-underground", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:14px;
	color:#84c1d7;
	letter-spacing:2px;
	padding-top: 20px;
}


.text{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	/* [disabled]text-align: right; */
	padding-right: 15px;
}

.text a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-decoration:none;
	
}

.text a:visited{
	color:#9b9691;
	
}
.text a:hover{
	color:#e6e3e3;
	
}

.text a:hover{
	color:#e6e3e3;
	
}

.boldtext{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:130%;
	color:#000000;
	font-weight: bold;
}


.imgborder {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.icon {
	padding-right:15px;
	padding-bottom:10px;	
}




.red {
	color: #F8373F;
}
