@charset "UTF-8";
/* CSS Document */



/********** Shell **********/

body {
	margin:0;
	padding:0;
	text-align:center;
	min-width:860px;
	background-color:#FFFFFF;
}

#Wrapper {
	position:relative;
	width:950px;
	height:650px;
	text-align:left;

	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom:0px;

	border:2px solid #DDDDDD;
	background-color:#FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#Copyright {
	position:relative;
	width:940px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7D7D7D;
	text-align:center;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

#Menu {
	width:145px;
	height:105px;
	left:20px;
	top:33px;
	position:absolute;
	background-image:url(../images/menu_temp.gif);
	text-decoration:none;
	border:none;
}

.point{ cursor: pointer;}

#Thumbs a {
	width:191px;
	height:115px;
	left:20px;
	top:0px;
	position:absolute;
	text-decoration: none;
}

#Thumbs a i {
	visibility: hidden;
}

#Title {
	width:350px;
	height:26px;
	left:165px;
	top:94px;
	position:absolute;
	background-image:url(../images/menu_title.gif);
	text-decoration:none;
	border:none;
}



/********** Navigation **********/
#Nav {
	width:130px;
	height:451px;
	padding-top:62px;
	left:20px;
	top:148px;
	position:absolute;
	border:none;
}

.nav {
	height: 18px;
	width: 130px;
	float:left;
	border:none;
	padding-bottom:30px;
}



/********** Minimenu **********/

#Minimenu {
	width:83px;
	height:413px;
	position: fixed;
	text-decoration:none;
	overflow:hidden;
	padding:30px 3px 0 15px;
	margin:12px 0 26px 3px;
	border-right: 1px solid #E0E0E0;

}

.mini {
	height: 18px;
	width: 83px;
	float:left;
	border:none;
	padding-bottom:30px;
}

#Mini1 {
	top: 34px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}

#Mini2 {
	top: 83px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}

#Mini3 {
	top: 130px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}

#Mini4 {
	top: 178px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}

#Mini5 {
	top: 227px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}

#Mini6 {
	top: 275px;
	left: 0px;
	height: 18px;
	width: 83px;
	position:absolute;
	border:none;
}


/********** Content Frames **********/
#Container {
	width:796px;
	height:500px;
	left:154px;
	top:136px;
	padding-top:15px;
	position: absolute;
	text-decoration:none;
	overflow:auto;

	border-top:solid 1px #8D8D8D;
	border-left:solid 1px #8D8D8D;
	border-top-left-radius:40px;
	-moz-border-radius-topleft:40px;
	-webkit-border-top-left-radius:40px;

}

#TitleA {
	width:625px;
	padding-left:100px;
	margin-top:30px;
	text-align:left;
	overflow:hidden;
	border:none;
}

.framea {
	width:760px;
	margin-bottom:50px;
	text-align:left;
	border:none;
}

#ContentA {
	width:300px;
	margin-top:-20px;
	padding-left:102px;
	text-align:left;
	border:none;
}

#ContentA1 {
	width:560px;
	margin-top:-20px;
	padding-left:102px;
	text-align:left;
	border:none;
}

.contenta {
	width:300px;
	padding-left:102px;
	text-align:left;
	border:none;
}

.imagesa {
	width:200px;
	margin-right:90px;
	float:right;
	border:none;
}

.blocka {
	width:200px;
	float:right;
	margin-bottom:4px;
}

.strokealeft {
	border: solid #7D7D7D 1px;
}

.strokearight {
	margin-left:10px;
	border: solid #7D7D7D 1px;
}

.centertext {
	width:540px;
	margin-left:102px;
	margin-top:55px;
}

.buttslol {
	height:50px;
	width:500px;
}

/********** Type **********/

#Copyright p{
	padding:10px 0 0 0;
}

a {
	color: #333333;
	text-decoration:none;
}


/* H1 = Primary TItle Small */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.5em;
	padding-right:75px;
	font-weight: normal;
}

/* H2 = Primary Title Big */
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:1.5em;
	padding-right:75px;
	font-weight: normal;
}

/* H3 = Secondary 1 Title */
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#626262;
	line-height:1.5em;
	margin-top:-18px;
	padding-right:75px;
	font-weight: normal;
}

/* H4 = Primary Title Mega */
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:1.5em;
	padding-right:75px;
	font-weight: bold;
	letter-spacing:.05em;
}

/* H5 = Nested 1 Title */

/* H6 = Nested 2 Title */


.size12{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#606060;
	line-height:1.5em;
	margin-right:20px;
}

.size14 {
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#7D7D7D;
	line-height:1.8em;
	padding-top:10px;
}

.size16 {
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#7D7D7D;
	line-height:1.5em;
}

.fine {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#7D7D7D;
	line-height:1.5em;
}


.key{
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#606060;
	line-height:2em;
}
