﻿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;
}

/* CSS layout */
body {
text-align:center;
	margin: 20px;
	padding: 0px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
}

#container {
text-align:left;
	background:#F6E9E2 url('images/layout/pinky-bg.jpg') repeat-y left top;
	margin:0 auto;
	padding:0px;
	width: 772px;
}

.imageFader {
	position: relative;
	filter: alpha(opacity=40);
	-moz-opacity: 40%;
}

.boldAndLarger {
	font-weight:bold;
	font-size:large;
}

.comingSoon {
	color:gray;
	font-size:small;
	text-transform:uppercase;
}

a {
	text-decoration:none;
	border:none;
	color:#A85028;
}

p {
	text-align:justify;
	font-size: medium;
	margin:10px;
}

img {
	border:0px;
}

h2,h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A98475;
	margin: 0px;
	padding: 0px 8px 6px 7px;
	background: url('images/h2-bg.gif') no-repeat left bottom;
	font-size: x-large;
	font-weight:normal;
}

h3 {
	font-size: large;
}

hr {
	width:75%;
	text-align:center;
}

td {
    padding:5px;
    vertical-align:top;
}

#header {
}

#right_col {
	width: 266px;
	float: right;
}

#page_content {
	margin-right: 276px;
	margin-left:25px;
	padding:0px 10px;
}

#footer {
	background-color:white;
	clear: both;
	margin-top:20px;
	text-align:center;
	padding-bottom:10px;
}
