/* CSS Document */


.primarystyle {
	background-attachment: fixed;
	background-image:  url("Images/Source%20Files/bg.png");
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-image:  url("Images/Source%20Files/bg.png");
	background-repeat: repeat-x;
	background-position: left 15px;
}
.titular {
	font-family: "trebuchet ms", georgia, serif;
	
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #688188;
	
}
.padding {
padding-left: 12px;
	padding-right: 12px;
	}
#motto {
font-family: "trebuchet ms", georgia, serif;
	
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #688188;}
	
.titular a {
color: #688188;
}
.bodytext {
	font-family: verdana, 'Trebuchet MS', arial, sans-serif;
	font-size: 11px;
	margin-left: 12px;
}

.more {
display: block;
padding-right: 7px;
 font-weight: bold;
 text-align: right; 
 text-decoration: none;
 font-family: "trebuchet ms", georgia, serif;
 font-size: 12px;
 }

