/** RESET BELOW **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** RESET ABOVE **/



body {
	background-color: #333399;
}

div#outer {
	width: 760px;
	margin-left: 20px;
}

div#wrapper {
	width: 764px;
}

img#header {
	border: 2px solid white;
	margin-bottom: -3px;
}

h1.ptitle {
	width: 760px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}

ul#menu {
	width: 174px;
	float: left;
	background-color: #66CCFF;
	list-style-type: none;
	border: 2px solid white;
	padding-top: 20px;
	padding-bottom: 40px;
}

ul#menu li a, ul#menu li a.visited {
	color: #333399;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	border-top: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#menu li a.selected {
	color: #003333;
}

ul#menu li a.last {
	border-bottom: 1px solid white;
}

ul#menu li a:hover {
	background-color: white;
}

div#content {
	width: 546px;
	float: left;
	background-color: white;
	padding: 20px;
	font-family: arial, helvetica, serif;
	font-size: 10pt;
}

.clr {
	clear: both;
}

div#footer {
	text-align: center;
	color: #333399;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {
	margin-bottom: 20px;
	color: #333399;
}
div#content h1 {
	font-size: 18px;
}
div#content h2 {
	font-size: 16px;
}
div#content h3 {
	font-size: 14px;
}
div#content h4 {
	font-size: 12px;
}

div#content p {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, serif;
	font-size: 10pt;
}

div#content a, div#content a.visited {
	color: #333399;
	font-family: arial, helvetica, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

div#content blockquote {
	font-family: trebuchet ms, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #7D1F1F;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 63px;
	padding-right: 63px;
	background-image: url(http://villadelpalmar-flamingos.com/images/flamingos/blockquote.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#content ul {
	margin-left: 10px;
	font-family: arial, helvetica, serif;
	list-style-type: disc;
	font-size: 10pt;
	margin-bottom: 15px;
}
div#content ul li {
	margin-left: 10px;
	margin-bottom: 3px;
}

div#content table {
	margin-bottom: 15px;
}

div.thumbs {
	text-align: center;
	width: 60px;
	float: left
}

div.thumbs img {
	border: 2px solid white;
	margin-bottom: 2px;
	width: 50px;
}

div.thumbs img:hover {
	border: 2px solid gray;
	cursor: pointer;
}

div.thumbs img.selected {
	border: 2px solid black;
}

p#g-caption {
	text-align: center;
	background-color: gray;
	color: white;
	padding: 3px;
}

div#lg-img-container {
	text-align: center;
	width: 420px;
	float: left
}

div#lg-img-container img {
	width: 420px;
}