/* Start of CMSMS style sheet 'KyleTest' */
	body {
		background-color: #a7b7ce;
		background-image: url(uploads/images/pics/main/background.jpg);
		background-repeat: repeat-y;
		background-position: center;
    	font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding:0px;
		margin:0px;
	}

a:link { font-weight:bold; color:#5472a0; text-decoration:none; }
a:visited { font-weight:bold; color:#797979; text-decoration:none; }
	
img
{  border-style: none;
}
	div#main {
		width:880px;
	}
	
	div#header {
		background-image: url(uploads/images/pics/main/header.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-position:top;
		height:100px;
	}
	
	div#navi {
	height:80px;
	}
		
	div#mainimage {
	text-align:center;
	}

	.minititle {
	font-size: 15px;
	font-weight: bolder;
	color: #000;
	}
	
	.content{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	}
	
	.content_2{
	font-size: 13px;
	font-weight: normal;
	color: #003173;
	}

/* End of 'KyleTest' */

