html, body {
	margin: 10px;
	padding: 0;
}


body {
	background: #FFF;
	color: #333;
	font: 62.5%/1.7em Verdana, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; 
}
p, span, ul {
	font-size: 1.1em;
}

* {padding:0;margin:0;}

/* Font Sizes */

H1 {
	color:#705B85;
	margin-bottom:10px;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	background-color: #FFF;
}  
H2 {
	color:#78378C;
	margin-top:15px;
	margin-bottom:10px;
	text-transform: uppercase;
	font: 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	clear: both;
}  
H3 {font-size:1em}  
H4 {
	font-size:0.9em;
} 

a {
	color:#7C2199;
	text-decoration:none;
}
a:hover {
	color:#9900CC;
	background-color:#FFFFFF;
}
/* Layout */




#container {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	margin-bottom: 5px;
	background-color: #CCA983;
	padding: 20px 20px 10px;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-bottom-style: none;
}

#header_speaks {
	margin-bottom: 5px;
	background-color: #CDA983;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-bottom-style: none;
	background-image: url(images/jaime5.jpg);
	background-repeat: repeat;
	background-position: right center;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 67px;
	margin-top: 5px;
}

#content {
	background-color: #CCA983;
	margin: 0px;
	padding: 10px 20px 20px;
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-top-style: none;
}

#content p {
	margin: 10px 0px 0px;
	padding: 0px;
}
#content ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
#content li {
	list-style: square;
}

.job {
	padding: 0px 0px 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#container #content .meta {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F28338;
}
.tag1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#skillz {
	float: left;
	margin-bottom: 15px;
	width: 690px;
}
#skillz #col1 {
	float: left;
}
.job span {
	float: right;
	margin-top: -15px;
	margin-right: 20px;
}
#skillz #col2 {
	width: 330px;
	float: right;
}
#content .job strong {
	text-transform: uppercase;
	margin-left: 10px;
}
#navbar {
	background-color: #000000;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-bottom-style: none;
	color: #ECECEC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}

#navbar a {
	color: #AF92D0;
}

.tag2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.tag3 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.tag4 {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

