@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}


body {
/*
	background-image: url(../img/campaslife_img/cork01.jpg);
*/	
}

#container {
	width: 940px;
	margin: 0 auto 0;
	background-color: #FFFFFF;
	border: 1px solid #666;
	
}


#header{
	background-image: url(../img/campaslife_img/bg_logo.jpg);
	background-repeat: repeat-x;
	height: 84px;
}

#header img{
	border: 0;
}

#ap_info{
	margin-left: 63px;
	margin-top: 10px;
	width: 813px;
	border: 3px solid #FF9900;
	background-color: #FFFFCC;
	line-height: 120%;
}

.ap_txt{
	padding: 7px;
	font-size: 13px;
}

.ap_txt_att{
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.ap_txt_min{
	font-size: 12px;
	clear: both;
}

.ap_menu{
	text-align: center;
	font-size: 16px;
}

#ap_list{
}

#ap_list li{
	float: left;
	padding: 10px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	width: 50px;
	/*
	border: 1px solid #666;
	*/
}


#ap_list a:link{
	color: #FF6600;
}

#ap_list a:hover{
	color: #FF3300;
	background-color: #FFCC66;
}

#ap_list a:visited{
	color: green;
	text-decoration:none;
}


.style1 {
	font-size: 12px
	}

/*	
.tabale {
	border: medium solid #FF4952;
	padding: 5px;
}
*/

.style2 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

a:link		{color:blue;text-decoration:none;}
a:visited	{color:green;text-decoration:none;}
a:active	{color:red;text-decoration:none;}
a:hover		{text-decoration:underline;}


#footer{
	height: 40px;
	background-image: url(../img/campaslife_img/bg_footer.jpg);
	background-repeat: repeat-x;
}

address{
	font-style: normal;
	padding: 5px 0 5px 10px;
	vertical-align: 150%;
	color: #FFF;
	font-size: 10pt;
}
