/* Rafael Avalos, November 20, 2010 */

* {
    margin:0; padding:0;
}
body {	background-color: #f5ecdf;
		text-align: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-image: url(../images/bkg_main.jpg);
		background-position: top center;
		font-family: Arial, Helvetica, sans-serif;
}
#wrapper {	width: 1024px;
			text-align: left;
			margin-left:auto;
			margin-right:auto;
}
#header {	width: 1024px;
			height: 132px;
}
#header_inner {	position: absolute;
}
#name {	position: relative;
		top: 30px;
		left: 116px;
}
#tag {	position: relative;
		top: 30px;
		left: 242px;
		font-size: 12px;
		color: #514e4b;
		letter-spacing: 10px;
}
#leftcolumn {	float: left;
				width: 233px;
				border-right-width: 1px;
				border-right-color: #514e4b;
				border-right-style: solid;
}
#leftcolumn_inner { margin-top: 90px;
					margin-left: 77px;
					border-top-width: 1px;
					border-top-color: #514e4b;
					border-top-style: solid;				
}
#leftcolumn_inner a {	font-size: 13px;
						color: #514e4b;
						text-decoration: none;
						border-bottom-width: 1px;
						border-bottom-color: #514e4b;
						border-bottom-style: solid;
						display: block;
						padding: 4px 0 4px 5px;
}
#leftcolumn_inner a:hover { background-image: url(../images/link_hilight.png);
							color: #051c00;
}
#rightcolumn {	float: left;
				width: 705px;
				border-top-width: 1px;
				border-top-color: #514e4b;
				border-top-style: solid;
}
#rightcolumn_inner { 	margin: 15px;
}
#content {	position: relative;
}
#t-bucket {	position: absolute;
			top: 251px;
			left: 25px;
}
#ics {	position: absolute;
			left: 290px;
}
#content_inner {	margin-top: 40px; 
}
#intro {	margin-right: 390px;
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #401715;
			padding: 10px;
}
#bio {	margin-right: 370px;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #401715;
		padding: 10px;
}
#resume {	margin-right: 170px;
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #401715;
			padding: 10px;
}
#resume ul {	font-family: "Times New Roman", Times, serif;
				font-size: 14px;
				color: #401715;
				margin-left: 20px;
}
#blurb {	margin-top: 5px;
			margin-right: 450px;
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #401715;
			border-top-width: 1px;
			border-top-color: #514e4b;
			border-top-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: #514e4b;
			border-bottom-style: solid;
			border-left-width: 1px;
			border-left-color: #514e4b;
			border-left-style: solid;
			padding: 10px;
}
img {	border:none;
}
h2 {	font-size: 18px;
		color: #401715;
		margin-top: 20px;
}
h3 {	font-size: 15px; 	
		color: #401715;
}
h4 {	padding-top: 10px;
		font-size: 14px; 	
		color: #401715;
}
#dropshad {	position: absolute;
			top: 15px;
			left: 225px;
}
#images {	position: absolute;
			top: 15px;
			left: 225px;
			border: 1px #514e4b solid;
}
#icon1 {	position: absolute;
			top: 265px;
			left: 85px;
}
#icon2 {	position: absolute;
			top: 400px;
			left: 100px;
}
#icon3 {	position: absolute;
			top: 475px;
			left: 220px;
}
#icon4 {	position: absolute;
			top: 465px;
			left: 360px;
}
#icon5 {	position: absolute;
			top: 395px;
			left: 485px;
}
#flash {	position: absolute;
			top: 10px;
			left: 155px;
			border: 1px solid #514e4b;
}
#myForm_container {	position: absolute;
					top: 15px;
					left: 225px;
					background-image: url(../images/transparent.jpg);
					overflow: hidden;
}
#myForm {	position: absolute;
			top: 15px;
			left: 225px;
			border: 1px solid #514e4b;
			padding: 20px 10px;
			width: 408px;
			font-size: 12px;
			background-color: #fbf7f1;
}
.myRow {	padding-bottom: 20px;
}
.myRow1 {	padding-bottom: 5px;
}
.myRow2 {	padding-bottom: 20px;
			margin-left: 81px;
}
.mySubmit {	margin-top: 10px;
			margin-left: 85px;
}
.labelCol	{	float: left;
				width: 70px;
				font-size: 12px;
				text-align: right;
				padding-right: 10px;
}
.leftsquares {	margin-top: 15px;
				margin-left: 7px;
}
.floatright {	float: right;
}
#footer {	position: absolute;
			top: 590px;
			left: 120px;
			text-align: center;
			font-size: 11px;
			color: #7a7671;
}
#footer a:link {	color: #7a7671;
}
#footer a:visited {	color: #62245d;
}
#footer a:hover {	color: #7a4028;
}
#footer a:active {	color: #726f22;
}