p {
	font-family: "bitstream vera sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #606060;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
}

h1 {
	font-family: "bitstream vera sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: black;

 	margin: 0px;
}

h2 {
	font-family: "bitstream vera sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #404040;

    margin-bottom: 6px;
}

h3 {
	font-family: "bitstream vera sans", sans-serif;
	font-weight: bold;
	color: #404040;

	margin-bottom: 3px;
}

hr {
	border:0;
	border-top: 1px solid black;
	height: 0;
	background: black;
}

body {
	background-color: #d5d8ff;
	color: #a0a0a0;
	text-align: center;
	min-width: 644px;
}

a {
	font-family: "bitstream vera sans", sans-serif;
    font-weight: bold;
	color: #606060;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #808080;
}

img {
	border: 0;
}

li {
	font-family: "bitstream vera sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #606060;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
}

#links {
	position: relative;
    top: 6px;
	font-size: 12px;
    font-weight: normal;
    align: center;
    width: 600px;
    margin: auto;
    text-align: center;
}

#mainLinks {
	font-weight: bold;
}

#topLine {
	position: absolute;
	top: 50px;
    left: 2%;
    width: 96%;
}

#titleStuff {
	position: relative;
	top: 0px;
    left: 0px;
    width: 100%;
	align: center;
}

#mainThing {
	width: 600px;
	align: center;
	border-style: solid;
	border-color: #a0a0a0;
	border-width: 2px;
	padding: 4px;
	background-color: white;
	margin: auto;
	text-align: left;
    padding-bottom: 20px;
	/*height: 600px;*/
}

#pawprints {
	
}

img.imageCentred {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#titleText {
	position: relative;
    top: -32px;
	left: 56px;
}

#mainText {
	position: relative;
	top: 0px;
    left: 0%;
    width: 100%;
	min-height: 400px;
	align: center;
    text-align: left;

    /*Stupid IE hack*/
    _height: 400px;
}

#frontText {
	position: relative;
	top: 25px;
}

#otherText {
	position: relative;
	top: 60px;
}

#selectedPage {
	font-weight: bold;
}

a.unselectedPage {
	font-weight: normal;
    font-size: 13px;
}

#coo {
	margin-left: 16px;
    margin-right: 8px;
	float: right;
}

#screenshots {
	position: relative;
    left: 0px;
    width: 100%;
}

#screenshotsLeft {
	position: relative;
    left: 0px;
    width: 290px;
    float: left;
}

#screenshotsRight {
	position: relative;
    left: 0px;
    width: 290px;
    float: right;
}

div.newsEntryLeft {
	position: relative;
	left: 0px;
	height: 30px;
}

div.newsEntryRight {
	position: relative;
	left: 80px;
	top: -30px;
	width: 500px;
	margin-bottom: -20px;
}
