/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always; 
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #f1b035;
	text-decoration: none;
}

a:visited {
	color: #f1b035;
	text-decoration: none;

}

a:hover {
	color: #EDEEE9;
	text-decoration: none;

}

a:active {
	color: #f1b035;
	text-decoration: none;

}

#container {
	width: 600px;
	height: 500px;
	
	margin-left: auto;	
	margin-right: auto;
	margin-top: 30px;
	
	border: 10px #EDEEE9 solid;
}

#top {
	width: 600px;
	height: 250px;
	position:relative;
	
	/*border: 2px grey solid;*/
}


#bottom {
	width: 600px;
	height: 250px;
	position:relative;
	
	/*border: 2px pink solid; */
}

#footer {
	width: 600px;
	height: 50px;
	position: relative;
	
}

#top_left {
	width: 230px;
	height: 250px;
	position: absolute;
	background-color: #3D5337;
	
}

#top_center {
	width: 176px;
	height: 250px;
	position: absolute;
	left: 230px;
	
	background-color: #ADBDA5;
	border-left:5px #EDEEE9 solid;
}

#top_right {
	width: 188px;
	height: 250px;
	position: absolute;
	left: 407px;
	
	background-image: url(images/evita_dream.jpg);
	border-left: 5px #EDEEE9 solid;
}

#bottom_left {
	width: 300px;
	height: 245px;
	position:  absolute;
	
	/*
	background-image: url(images/delta_drift.jpg);
	background-repeat: no-repeat;
	
	*/
	border-top: 5px #EDEEE9 solid;
	/*border: 1px #9900FF solid;*/
}

#bottom_right {
	width: 295px;
	height: 245px;
	position: absolute;
	left: 300px;
	
	background-color: #5E7E55;
	border-left: 5px #EDEEE9 solid;
	border-top: 5px #EDEEE9 solid;
}

#tableBorder {
	border: 10px solid #EDEEE9;
}


.name {
	font-size: 27px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c48e3a;
	position: absolute;

	padding-left: 8px;
	margin-top: 20px;
	
}

.nameForResume{
	font-size: 27px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c48e3a;

	/*padding-left: 5px; */
	
}
.resumeText {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;

	padding-left: 5px;
}

.resumeText_Bold {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;

}


.footerText {
	font-size: 10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
	margin-top: 10px;
}

.enter {
	/*border: solid red 1px;*/
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #EDEEE9;
	position: absolute;
	right: 5px;
	/*padding-left: 205px;*/
	margin-top: 200px;
}

#resume {
	/*border: solid red 1px;*/
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #EDEEE9;
	position: absolute;
	right: 5px;
	/*padding-left: 215px;*/
	margin-top: 160px;
}

#about {
	/*border: solid red 1px;*/
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #EDEEE9;
	position: absolute;
	
	/*padding-left: 120px;*/
	margin-top: 120px;
	right: 5px;
}


#rightimage{
	float: right;
	margin-left: 15px; 
	margin-right: 0 px;
	margin-bottom: 10px;
	margin-top: 0px;
}


#observation {
	/*border: solid red 1px;*/
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #EDEEE9;
	position: absolute;
	/*padding-left: 5px;*/
	margin-top: 80px;
    right: 5px;
}


/*.sculpture {
	font-size: 18px;
	
	color: #EDEEE9;
	position: absolute;

	padding-left: 20px;
	margin-top: 40px;
}*/

