* {
	margin: 0px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	padding: 0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5A4A4;
	text-align: center;
/*	background-color: #435D90;*/
	background-image: url(../images/bodyBG.jpg);
	background-position: top left;
/*	background-repeat: no-repeat;*/
	border: 0px none;
}

pre {
	text-align: left;
}

img {
	border: 0px none;
}

/*
.png {
    	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
*/

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

a:hover {

}

h2 a {
	color: red;
}

p {

}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 12px;
	margin: 0px 0px 14px 0px;
	color: red;
}


h3 {

}

h4 {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.red {
	color: red;
}

.message {
	color: green !important;
	margin: 0px 0px 4px 0px !important;
}

.error {
	color: red !important;
	margin: 0px 0px 4px 0px !important;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

ol, ul {
	margin: 0px 0px 10px 24px;
}

ul {
	list-style-type: circle;
}

li {
	padding: 0px 0px 5px 0px;
}

.trans {
	behavior: url(css/iepngfix.htc);
}

.redBG {
	background-image: url(../images/transRed50p.png);
	background-position: top right;
}

.blueBG {
	background-image: url(../images/transBlue50p.png);
	background-position: top right;
}

#wrapperAll {
	clear: both;
	margin: 0px auto;
	background-image: url(../images/wrapperBG.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	
	height: 952px;
}

/*** NAVIGATION ***/

.navigationAll {
	text-align: center;
	color: #999999;
	font-size: 11px;
}

.navigationAll {
	color: #fff;
	text-align: center;
}
.navigationAll a {
	color: #fff;
}

/*** END NAVIGATION ***/

#wrapperAll #wrapperTopPicture {
	background-image: url(../images/wrapperTopPictureBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapperAll #wrapper {
/*	height: 1000px; /* TO DELETE */
}

#wrapperAll p {
	margin: 0px 0px 0px 0px;
}

#headerAll {
	width: 100%;
	page-break-after: auto;
/*	background-image: url(../images/headerBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
*/
}

#headerAll #header {
/*	width: 992px;
	height: 336px;
	margin: 0px auto;
*/
}



/*** FOOTER ***/

#footerAll {
	height: 200px;
	width: 100%;
	margin: 0px auto;
}

#footerAll #partners {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
	color: #FFFFFF;
}

.partnerImage {
	float: left;
	margin: 10px 10px 10px 10px;
}

/*** END FOOTER ***/


/***** CALENDAR *****/

#CalendarAll {
	padding: 35px 10px 22px 20px;
}

#Calendar {
	background-color: #1D1D1D;
	line-height: 14px;
	width: 320px;
	color: #C3C3C3;
}

#Calendar table {
	font-size: 9px;
}

#Calendar table td {
	height: 14px;
}

#Calendar table td * {
	padding: 0px 2px 0px 0px;
}

#Calendar table td.calendarHeaderDay {
	width: 22px;
	height: 18px;
	background-color: #C3C3C3;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#Calendar .calendarHeader {
	float: right;
	width: 130px;
}

#Calendar .calendarHeader table {
	width: 130px;
}

#Calendar .calendarToday {
	color: #C3C3C3;
	border-bottom: 1px solid #FFFFFF;
	height: 13px;
	
}

#Calendar .calendarEvent {
	background-color: #CCCCCC;
}

#Calendar .calendarEventLink {
	color: #5E0000;
	display: block;
	width: 20px;
	height: 14px;
}





/***** END CALENDAR *****/


/***** RANDOM GALLERY *****/

#RandomGalleryAll {
	padding: 35px 20px 22px 20px;
}

#RandomGallery {
	width: 290px;
	height: 174px;
	background-color: #FFFFFF;
	padding: 14px 10px 14px 10px;
	margin: 0px auto;
}

#RandomGallery .picture {
	margin: 0px auto;	
	text-align: center;
	height: 150px;
}

#RandomGallery img {
	border: 1px solid #000000;
}

#RandomGallery .desc {
	width: 280px;
	margin: 8px 0px 0px 5px;
	font-size: 10px;
}

#RandomGallery .getRandomGallery {
	font-size: 10px;
}

/***** END RANDOM GALLERY *****/

/***** NEWS*****/

#defaultAll {
	margin: 50px 0px 0px 50px;
	width: 530px;
}

#defaultAll .defaultOne {
	width: 530px;
/*	cursor: pointer;*/
	margin: 0px 0px 20px 0px;
}

#defaultAll .defaultName {

}
/*
#defaultAll .defaultName a{
	color: red;
}
*/
#defaultAll .defaultPicture {
	width: 510px;
	padding: 14px 10px 12px 10px;
	background-color: #FFFFFF;	
	text-align: center;
}

#defaultAll .defaultPicture img {
	border: 1px solid #000000;
}

#defaultAll .defaultDesc {
	margin: 8px 0px 0px 0px;
}



/***** END NEWS*****/



/***** PICTURE  *****/

.contentPictureAll {
	width: 150px;
	text-align: center;
	padding: 12px 10px 12px 10px;
	background-color: #FFFFFF;	
}

.contentPictureAll img {
	border: 1px solid #000000;
}

.pictureOnLeft {
	float: left;
	margin: 6px 6px 10px 0px;
}

.pictureOnCenter {
	float: center;
	margin: 10px auto;
}

.pictureOnCenterCenter {
	float: left;
	padding: 10px 30px 10px 10px;
	height: 150px;
	width: 230px;
	text-align: center;
}

.pictureOnRight {
	float: right;
	margin: 6px 0px 6px 10px;
}

.contentPictureAll .pictureTop {

}

.contentPictureAll .pictureDescription {
	font-size: 9px;
	padding: 2px;
	background-color: #F0F0F0;
}

/***** END PICTURE  *****/





/**** QUOTES ***/

#quotesAll {
	background-image: url(../images/quotesAllBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 35px 0px 0px 0px;
	font-size: 12px;
}

#quotesAll .quotesTop {

}

#quotesAll .quotesContent {
	background-image: url(../images/quotesContentBG.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 20px 60px 20px;
}

#quotesAll p.quoteQuote {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	line-height: 16px;
}

#quotesAll p.quoteAuthor {
	text-align: right;
/*	opacity: 0.7; /* css standard */
/*	filter: alpha(opacity=70); /* IE patch */
	padding: 14px 10px 0px 0px;
}

#quotesAll p.quoteLink {
	text-align: right;
	font-size: 11px;
/*	opacity: 0.7; /* css standard */
/*	filter: alpha(opacity=70); /* IE patch */
	padding: 10px 10px 0px 0px;
}

/**** END QUOTES ***/



/*** LYRICS ***/

.lyricsDesc {
	display: none;
}

.hideLyricsHref {
	display: none;
}

/*** END LYRICS ***/

/* BOX MEDIA */

a:hover {

}
a.boxMedia:hover {
	color: red;
	text-decoration: underline;
}



/* END BOX MEDIA */

