/* Body */

body {
	margin: 10px;
	background: #fff;
	font-family: 'comic sans MS', verdana, arial;
	font-size: 14px;
	color: #7911cf;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7911cf;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/**********************************************************************************************/


/* Header */

#header {
	text-align: center;
	height: 200px;
	min-width: 790px;
}

#logoleft {
	float: left;
}

#logoright {
	float: right;
}

.titlepic {
	border: 0px;
}

/**********************************************************************************************/


/* Menu */

#menu {
	text-align: center;
	font-size: 160%;
	height: 120px;
	min-width: 790px;
	margin-top: 5px;
}

.menuitem {
	position: absolute;
	top: 220px;
	left:50%;
}

.fakemenuitem1, .fakemenuitem2 {
	position: absolute;
	top: 220px;
	left: 50%;
	height: 110px;
	width: 99px;
	background-repeat: no-repeat;
}

.fakemenuitem1 {
	background: url(../images/footprint2.gif);
}

.fakemenuitem2 {
	background: url(../images/footprint2a.gif);
}

a.menulink1:link, a.menulink1:visited, a.menulink2:link, a.menulink2:visited, a.menulink1:hover, a.menulink1:active, a.menulink2:hover, a.menulink2:active {
	font-weight: normal;
	display: block;
	height: 110px;
	width: 99px;
	background-repeat: no-repeat;
}

a.menulink1:link, a.menulink1:visited {
	background: url(../images/footprint2.gif);
}

a.menulink1:hover, a.menulink1:active {
	background: url(../images/footprint1.gif);
	color: #000;
}

a.menulink2:link, a.menulink2:visited {
	background: url(../images/footprint2a.gif);
}

a.menulink2:hover, a.menulink2:active {
	background: url(../images/footprint1a.gif);
}

#menu1 {
	margin-left: -495px;
}
#menu2 {
	margin-left: -396px;
}
#menu3 {
	margin-left: -297px;
}
#menu4 {
	margin-left: -198px;
}
#menu5 {
	margin-left: -99px;	
}
#menu6 {
	margin-left: 0px;
}
#menu7 {
	margin-left: 99px;
}
#menu8 {
	margin-left: 198px;
}
#menu9 {
	margin-left: 297px;
}
#menu10 {
	margin-left: 396px;
}

#preload {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

/**********************************************************************************************/


/* Extras */

#extras {
	position: relative;
	left: 50%;
	margin-left: -30%;
	width: 60%;
}

.extrasitemtitle {
	text-decoration: underline;
	font-weight: bold;
}

/**********************************************************************************************/



/* Content */

.maintitle {
	text-align: center;
	font-size: 160%;
}

#welcome {
	text-align: center;
	margin-bottom: 20px;
}

#voting {
	position: relative;
	left: 50%;
	margin-left: -340px;
	text-align: center;
	width: 680px;
}

.lastvotetitle {
	font-size: 160%;
}

.votepics {
	border: 1px solid #7911cf;
}

#votepicpet, #votepicowner {
	width: 320px;
	border: 1px dashed #7911cf;
	padding: 5px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 15px;
}

#votepicpet {
	float: right;
}

#votepicowner {
	float: left;
}

#votepicpet a, #votepicowner a {
	display: block;
}

.voteminipics {
	border: 1px solid #7911cf;
	width: 100px;
}

#score {
	position: relative;
	left: 50%;
	width: 400px;
	margin-left: -205px;
	padding: 5px;
	border: 1px dashed #7911cf;
	text-align: center;
}

#google {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#news {
	text-align: center;
}

.newstitle {
	font-weight: bold;
	margin-top: 45px;
}


/**********************************************************************************************/


/* forms */

#forms {
	position: relative;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	text-align: center;
}

label, input, textarea {
    display: block;
    float: left;
    margin-bottom: 10px;
	scrollbar-base-color: #7911cf;
}

label {
    text-align: right;
    padding-right: 10px;
    width: 250px;
}

input.form1, textarea {
    border: 1px solid #7911cf;
	font-weight: bold;
    color: #7911cf;
    width: 150px;
}

.error {
	font-size: 80%;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
}


/**********************************************************************************************/


/* user area */

#userarea {
	position: relative;
	text-align: center;
}

.usertitle {
	font-size: 160%;
}

.userok {
	color: #14bf07;
	font-weight: bold;
}

.userwaiting {
	color: #000;
	font-weight: bold;
}

.userno {
	color: #FF0000;
	font-weight: bold;
}

#userpics {
	position: relative;
	left: 50%;
	margin-left: -340px;
	text-align: center;
	width: 680px;
}

.userpics {
	border: 1px solid #7911cf;
}

#userpicpet, #userpicowner {
	width: 320px;
	border: 1px dashed #7911cf;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
}

#userpicpet {
	float: right;
}

#userpicowner {
	float: left;
}


/**********************************************************************************************/


/* Footer */

#footer {
	height: 200px;
	min-width: 790px;
}

#footertext {
	position: relative;
	top: 50px;
	text-align: center;
}


/**********************************************************************************************/