/* CSS Document */

body	{
	font-family: Georgia, "New?Century?Schoolbook", Times, serif;
    padding: 0;
	margin:0
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration : underline;
	color: #630;
	background: transparent; 
	}

a:visited {
	text-decoration : underline;
	color: #000;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #630;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #660;
	background: transparent;  
	}
	
p, td, li, ul, ol, h0, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New?Century?Schoolbook", Times, serif;
		}

h0	{
	font-size: .75em;
	font-style: italic;
	color: #660;
	}
	
h1	{
	font-size: 1.15em;
	font-weight: normal;
	color: #630;
	clear: both;
	}

h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	color: #630;
	clear: both;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 10px;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}
	
ul {
	list-style-type: square;
	list-style-image:  url(../img/bullet.gif);
	list-style-position: outside;
	margin:10px; 
	padding:5px
	}

/*structure*/ 

div#container {
    width: 800px;
    min-height:600px; /* need this because the box will collapse because both of the content divs are floated out of the "flow" */
	background: #fff url(http://tjcaia.com/img/bg1.png) left top no-repeat;
    padding: 0;
    margin: 0;
	}

div#relativizer {
	position:relative;
	left: 0;
	width: 800px;
	height: 600px;
	top: 0;

}
 div#content {
	width:561px;
	margin-top:0px;
	position:absolute;
	left:171px;
	top:112px;
	height: 21px;
}

/* Layout */

.imgrow {
	width:100px;
	height:100px;
	float:left;
	}
	
.imgcaption {
	width:600px;
	float:left;
	margin: 5px 0 5px 0px;}

#footer {
	clear: both;
	width: 100%;
	background: transparent;
	font-size: .7em;
	margin-top: 25px;
	border-top: 1px double #630;
}
#footer p {
	margin: 5px 0 5px 0; padding: 0;
}
