/* CSS Document */

body {
		font: 12px Arial, Helvetica, sans-serif;
		color: #666666;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		/* text-align: center; */
		background-color: #ffffff;
		/*background-image: url(images/someimage.gif);*/
	}

p
	{
		font-size: 11px;
	}

.title
	{
	font-size: 16px;
	}
	
.stitle
	{
	font-size: 11px;
	font-weight:bold;
	/*line-height: 1px;*/
	}

#wrap {
	width: 740px;
	border: 1px solid #000000;
	padding: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#wrap_header {
	width: auto;
	height: 165px; 
	padding: 0px;
	margin: 0px;
	background-color: #c9c9c9;
	background-image: url(images/banner5.jpg);
	}

#header {
	width: auto;
	text-align: right;
	/*border: 10px solid #99c; */
	padding: 15px;
	margin: 0px;
	padding-top: 5px;
	
	}

/* Navigation Box */

#wrap_nav {
	width: auto;
	height: 34px;
	/*height: auto;*/
}

#nav {
	width: auto;
	/*border: 1px solid #99c;*/ 
	padding: 10px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* background: #ffffff; */
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x
	}


a {
	color: #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	/*font: 12px/30px Arial, Helvetica, sans-serif;*/
	}

a:hover {text-decoration: underline;
	/* background: yellow; */
	/* background-image: url(images/tile.gif); */
	}

#intlink:link {
	padding-right: 0px;
	padding-left: 0px;
	color:#333333;
	/*padding-right: 8px;
	padding-left: 8px;*/
	text-decoration: none;
}

#intlink:hover {
	/*padding-right: 8px;
	padding-left: 8px;*/
	text-decoration:underline;
}


/* Content Box */

#wrap_cont {
	width: auto;
	height: auto; 
	padding: 0px;
	margin: 0px;
	background-color: #c9c9c9;
	background-image: url(images/bg.jpg);
	}

#wrap_inside {
	
	text-align: right;
	/*border: 10px solid #99c; */
	padding: 60px;
	margin: 0px;
	/*padding-top: 60px;*/
	
	}

#content {
	width: auto;
	min-height: 222px;
	/*border: 1px solid #99c;*/
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background: #ffffff;
	}
	a.content:link {font-size: 11px;}

#pic {
	float:right;
	width: 300px;
	height: 200px;
	/*position:inherit;*/
	/*border: 1px solid #99c;*/
	padding: 0px;
	/*margin: 20px;*/
	text-align: center;
	margin-left: 17px;
	margin-bottom: 17px;
	text-align: left;
	background: #000000;
	left: 0px;
	top: -250px;	
}

#footer {
	width: auto;
	height: 12px;
	border: 1px ;
	border-width : 0px 0px 0px 0px;
	/* border: 1px solid #900;
	border-style : solid;
	border-width : 1px 0px 0px 0px;
	border-color : #000000; */
	padding: 10px;
	margin: 0px;
	/* color: #cccccc; */
	background: #000000; 
	text-align: right;
	/* background-image: url(images/foot.jpg); */
	/* background-repeat: repeat-x */
	}

/*a.internal {color: #999999;}*/
/*.style1 {color: #232323}*/

