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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Skia;
	color: #333333;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	text-align: center; /* for IE */
	line-height: 1;
	color: black;
	background: #E1E0C6;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* formatting */
p {
	
}

h1{
	font-size: 3em;
}

h2 {
	font-size: large;
	font-weight: bold;	
}

h3 {
	font-size: medium;
	font-weight: bold;
}

td { }
a:link { }
a:visited { }
a:hover, a:active{
	color: #FF008C;
}



/*divs*/

#container{
	padding: 0;   /* align for good browsers */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	width: 700px;
	background-image: url(content.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
}

#content {
	margin: auto;
	width:650px;
}

#header{
	text-align: center;	
}

#link{
	height: 20px;
	text-align: center;
	vertical-align: middle;
	}

#picbox{
	float: left;
	height: 800px;
	width: 270px;
	padding-left: 24px;
}
#textbox{
	margin-left:12px;
	vertical-align: top;
	height: 800px;
	width: 305px;
	float: right;
	text-align: left;
	padding-right: 24px;
}

#cleardiv{
	clear:both;
}

/* classes*/

.cleardiv{
	clear:both;
}

.title {
	text-align:center;
	font-size:x-small;
	font-weight: bold;	

}

.small {


}


  
.invis{
	color: #E1E0C6;
	display:none;
}
