/* + + + + www.tonycortes.net  -  CSS Document + + + + */
/* + + + + cortes.tony@gmail.com + + + + */
html {
	margin: 0;
	padding: 0;
}
body {
	font: 75% 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(assets/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
a , a:active , a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}




/* + + + + IDs + + + + */
#wrap_frame {
	margin: 0 auto;
	width: 100%;
	padding: 50px 0 0 0;
	overflow: auto;
}
#frame {
	width: 700px;
	border: 6px solid #202020;
	margin: 0 auto;
	padding: 0;
}
#head {
	height: 125px;
	background: #333333 url(assets/head.jpg) no-repeat top;
}
#pan_hi {
	overflow: hidden;
	background: #CCCCCC url(assets/mid_hi.jpg) no-repeat top;
	padding: 50px 0 10px 0;
	height: 100%;
}
#pan_mid {
	overflow: hidden;
	background: #CCCCCC;
	padding: 0 10px 0 10px;
	height: 100%;
}
#pan_lo {
	overflow: hidden;
	background: #CCCCCC url(assets/mid_lo.jpg) no-repeat bottom;
	padding: 20px 0 50px 0;
	height: 100%;
}
#nav {
	display: block;
	float: left;
	width: 129px;
	border-right: 1px solid #666666;
	font-size: 110%;
	color: #333333;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	color: #444444;
	padding: 0 10px 0 0;
	text-decoration: none;
	line-height: 200%;
}
#nav a:hover {
	color: #000000;
	background: #BBBBBB;
	padding: 0 8px 0 0;
	border-right: 2px solid #000000;
}
#col_a {
	float: right;
	width: 550px;
	padding: 0 10px 0 10px;
	text-align: justify;
}
#col_a1 {
	float: left;
	width: 200px;
	padding: 0 10px 0 10px;
	text-align: justify;
}
#col_a2 {
	float: right;
	width: 340px;
	padding: 0 10px 0 0;
	text-align: right;
}
#pan_1 {
	float: left;
	width: 260px;
	padding: 0 10px 0 10px;
	text-align: justify;
}
#pan_2 {
	background: transparent;
	float: left;
	width: 200px;
	padding: 0;
	text-align: justify;
}
#pan_3 {
	float: right;
	width: 200px;
	padding: 0 10px 0 10px;
	text-align: justify;
}
#foot {
	clear: both;
	height: 120px;
	background: #333333 url(assets/low.jpg) no-repeat top;
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 80%;
	color: #999999;
}
#c0 {
	display: none; /* anti-spam field */
}




/* + + + + Styles + + + + */
p {
	color: #333333;
}
em {
	color: #FF3300;
	font-style: normal;
}
strong {
	color: #333333;
}
h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
}
h1 {
	font-size: 200%;
	color: #333333;
}
h2 {
	font-size: 150%;
	color: #000000;
}
h3 {
	font-size: 150%;
	color: #333333;
	border-bottom: 1px solid #666666;
}
h4 {
	font-size: 200%;
	color: #FFFFFF;
}
.thumb {
	margin: 0 10px 0 10px;
	border-top: 2px solid #666666;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #666666;
}
.pC {
	text-align: center;
}
.pR {
	text-align: right;
}
label,input {
	display: block;
	float: left;
	margin-bottom: 6px;
}
label {
	width: 55px;
	padding-right: 5px;
	font-size: 75%;
	text-align: left;
	color: #000000;
}
br {
	clear: left;
}
input {
	width: 110px;
	font-size: 75%;
	background: #EEEEEE;
	border: 1px solid #999999;
	padding: 0 5px 0 5px;
}
