@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	font-family: "Times New Roman", Times, serif;
}

Body {
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(Images/body-image.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.con {

	
}
.wide {
	width:1002px;
	height:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	webkit-border-radius: 5px; /* Safari, Chrome */
	khtml-border-radius: 5px;    /* Konqueror */
	moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 1px;
	background-color: #000;
}

.wide2 {
	width:1100px;
	height:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	webkit-border-radius: 5px; /* Safari, Chrome */
	khtml-border-radius: 5px;    /* Konqueror */
	moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 1px;
	background-color: #000;
}





.Main {
	background-color:#FFF;
	overflow: hidden;


	margin-bottom: 10p																
	float: left;
	width: auto;
	border: 2px groove #6131BD;
}


.Main-table {
	background-color:#CCC;
	overflow: hidden;
	margin-bottom: 10p																
	float: left;
	width: auto;
	border: 2px solid #6131BD;
}

.field {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #666;
	height: auto;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
}


.closeall {
	overflow: hidden;
}

	
.close1 {
	overflow:hidden;
	float: left;
	width: 1000px;
	border: 2px solid 8CBFE7;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-khtml-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
}

.close2 {
	overflow:hidden;
	float: left;
	width: 1100px;
	border: 2px solid 8CBFE7;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-khtml-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
}



.LineClose {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	background-color: #99F;
	font-size: 24px;
	font-style: italic;
	float: left;
	padding-right: 5px;
	padding-left: 2px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
}

.close-line1 {
	overflow: hidden;
	background-color: #FFF;
	color: #333;
}



.menuLine:hover {
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	background-color: #99F;
	font-weight: bold;
}
	
	.menuLine {
	text-decoration: underline;
	overflow: hidden;
	font-size: 15px;
	text-align: center;
	background-color: #FFF;
	height: 20px;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}


.gallerykMenu2 {
	height:20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-style: italic;
	background-color: #99F;
	width: 150px;
	float: right;
	margin-left: 5px;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}



.mainlittle2 {
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CCC;
}


.gallery {
	width: auto;
	margin-left: 670px;
	background-color: #CCC;
	font-style: italic;
}



.links1 {
	height: 20px;
	width: 728px;
	overflow: hidden;
	background-color: #3D81EE;
	margin-top: 10px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: left;
	margin-left: 25px;
}



.picture {
	float: right;
	height: auto;
	width: auto;
	overflow: hidden;
	border: 2px groove #8CBFE7;
	margin-left: 5px;
	margin-right: 8px;
}
.picture:hover {
	height: auto;
	width: auto;
	overflow: hidden;
	border: 2px groove #F0F;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}


.sidebarMenu {
	float: left;
	height: auto;
	width: 173px;
	overflow: hidden;
}


.ad728 {
	height: 90px;
	width: 729px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	margin-left: 15px;
	border-bottom-color: #666;
	background-color: #FFF;
	margin-top: 15px;
}



.MainClose {
	width: 790px;
	overflow: hidden;
	float: right;
	height: auto;
}

.MainClose2 {
	width: 800px;
	overflow: hidden;
	float: right;
	height: auto;
}
.Tekstforyou {
	float: left;
	width: 670px;
	overflow: hidden;
	background-color: #CCC;
	margin-top: 2px;
	margin-left: 50px;
	padding: 2px;
	border: 1px groove #CCC;
	margin-bottom: 5px;
}



.littleContainer {
	width: 750px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	background-color: #666;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-width: 1px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}



.BigClose {
	overflow: hidden;
	float: left;
	height: auto;
	width: auto;
}



.NextPage {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	font-size: 16px;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: right;
	height: auto;
	width: 110px;
	padding: 2px;
	margin-left: 20px;
	margin-right: 10px;
	background-image: url(Images/back-menu.gif);
}

.NextPage:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}


.PagePrev {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	font-size: 16px;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: 150px;
	padding: 2px;
	margin-left: 5px;
	margin-right: 10px;
	background-image: url(Images/back-menu.gif);
	background-repeat: repeat;
}

.PagePrev:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}




.ChoosePage {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-left: 340px;
	margin-right: 5px;
	margin-top: 5px;
}

.ChoosePage:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}

.ChoosePageAnimal {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #99F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 120px;
}

.ChoosePageAnimal:hover {
	text-decoration: underline;
	background-color: #FFF;

}

.ChoosePageAnimal2 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 140px;
}

.ChoosePageAnimal2:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}
.ChoosePage2 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #99F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-left: 150px;
	margin-right: 5px;
	margin-top: 5px;
}

.ChoosePage2:hover {
	text-decoration: underline;
	background-color: #FFF;

}

.ChoosePage3 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #99F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-left: 14px;
	margin-right: 5px;
	margin-top: 5px;
}

.ChoosePage3:hover {
	text-decoration: underline;
	background-color: #FFF;

}


.adSide160 {
	float: right;
	height: 602px;
	width: 162px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 25px;
}


.PictureLine {
	width: auto;
	overflow: hidden;
	margin-left: 17px;
	background-color: #000;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-width: 1px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 15px;
	height: auto;
}


.PageTable-main {
	text-align: center;
	overflow: hidden;
	padding: 1px;
	
}


.PageTable-tekst {
	float: left;
	height: auto;
	width: 140px;
	text-align: left;
	font-style: italic;
	margin-left: 5px;
}


.PageTable-page {
	float: left;
	width: auto;

}

.PageTable-page:hover {
	background-color:#CCC;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	background-repeat: repeat;
	background-image: url(Images/tlopasek.jpg);
}

.PageTable-close {
	float: right;
	overflow: hidden;
	width: 740px;
}

.PageTable-close2 {
	float: right;
	overflow: hidden;
	width: 725px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



.adSide160-for12 {
	float: right;
	height: 602px;
	width: 162px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 145px;
}


.text-field {
	padding: 8px;
	float: right;
	height: auto;
	width: 430px;
	margin-left: 5px;
	color: #C3D9FF;
	background-color: #000;
	text-align: left;
	margin-top: 5px;
}
.text-field2 {
	padding: 8px;
	float: right;
	height: auto;
	width: 405px;
	margin-left: 3px;
	color: #C3D9FF;
	background-color: #000;
	text-align: left;
	margin-top: 20px;
}

.text-fieldColoring {
	padding: 8px;
	height: auto;
	width: auto;
	margin-left: 5px;
	color: #C3D9FF;
	background-color: #333;
	text-align: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #99F;
	border-right-color: #99F;
	border-bottom-color: #99F;
	border-left-color: #99F;
}
.MainClose-photo {
	width: 790px;
	overflow: hidden;
	float: left;
	height: auto;
}


.adSide160-forP {
	float: right;
	height: 602px;
	width: 162px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #6131BD;
	border-right-color: #6131BD;
	border-bottom-color: #6131BD;
	border-left-color: #6131BD;
	margin-right: 17px;
}

.text-line {
	width: auto;
	overflow: hidden;
}

.text-box {
	float: left;
	width: 145px;
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F0F;
	margin-top: 3px;
	margin-bottom: 3px;
}

.PictureLine-1 {
	width: auto;
	overflow: hidden;
	margin-left: 17px;
	background-color: #000;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: auto;
}


.text-box-2 {
	float: left;
	width: 145px;
	margin-left: 35px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F0F;
	margin-top: 3px;
	margin-bottom: 3px;
}


.adSide160-for122 {
	float: right;
	height: 602px;
	width: 162px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 245px;
}


.NextPage2 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	font-size: 16px;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: right;
	height: auto;
	width: 140px;
	padding: 2px;
	margin-left: 20px;
	margin-right: 10px;
	background-image: url(Images/back-menu.gif);
}

.NextPage2:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}


.NextPage3 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #F9F;
	font-size: 16px;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: right;
	height: auto;
	width: 160px;
	padding: 2px;
	margin-left: 5px;
	margin-right: 10px;
	background-image: url(Images/back-menu.gif);
}

.NextPage3:hover {
	text-decoration: underline;
	background-color: #C3D9FF;

}


.PageTable-close3 {
	float: left;
	overflow: hidden;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 150px;
	border: 1px groove #CCC;
	background-color: #C3D9FF;
	padding: 3px;
}

.PageTable-close3:hover {
	float: left;
	overflow: hidden;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 150px;
	border: 1px groove #F0F;
	background-color: #F6F;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}
.celebrityclose {
	overflow: hidden;
	float: left;
	width: 400px;
}

.adcelebrity {
	float: right;
	width: 180px;
}

.leftcelebrity {
	float: left;
	width: 450px;
	overflow: hidden;
}

.ad300 {
	float: left;
	height: 250px;
	width: 300px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.coloring {
	
	overflow: hidden;
	
}

.coloring2 {
	overflow: hidden;
	background-color: #FFF;
}

.down-closer {
	float: left;
	overflow: hidden;
	height: auto;
	width: 755px;
	background-color: #CCC;
}

.down-closer2 {
	float: left;
	overflow: hidden;
	height: auto;
	width: 755px;
	background-color: #CCC;
	padding-bottom: 7px;
}

.links-down {
	height: 20px;
	width: 728px;
	overflow: hidden;
	background-color: #C3D9FF;
	margin-top: 2px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: left;
	margin-left: 10px;
}

.proposition-sq {
	float: right;
	height: 200px;
	width: 145px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #C3D9FF;
	border-right-color: #C3D9FF;
	border-bottom-color: #C3D9FF;
	border-left-color: #C3D9FF;
	margin-top: 5px;
}


.proposition-sq:hover {
	float: right;
	height: 200px;
	width: 145px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	margin-top: 5px;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}

.text-you {
	float: right;
	width: 160px;
	margin-right: 5px;
	overflow: hidden;
	color: #000;
	background-color: #99F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


.ChoosePage333 {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #99F;
	border: 3px groove #000;
	font-style: italic;
	webkit-border-radius: 10px; /* Safari, Chrome */
	khtml-border-radius: 10px;    /* Konqueror */
	moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
	margin-left: 300px;
	margin-right: 5px;
	margin-top: 5px;
}

.ChoosePage333:hover {
	text-decoration: underline;
	background-color: #FFF;

}

.style-pirates {
	float: right;
	height: 600px;
	width: 160px;
	margin-right: 3px;
	margin-left: 3px;
}
