@charset "utf-8";

/* General */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #135879;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #C7EDFA;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
}

#nav {
	height: 30px;
	width: 955px;
	/*float: left;*/
}

#header {
	/*height: 110px;*/
      height: 110px;
	margin: 0;
	width: 955px;
	/*float: left;*/
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFFF;
}

/* HomePage */
.HomePage #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.gif);
} 

.HomePage #sidebar1 {
	margin-top: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	line-height: normal;
}

.HomePage #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
} 

.HomePage #pics {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 487px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
}

/* DVDPage */

.DVDPage #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.DVDPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.DVDPage #mainContent {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.DVDPage #Photos {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/DVD_bg.gif);
}

.DVDPage #secondContent {
	padding-right: 20px;
	padding-left: 20px;
}

/* SlidesPage */

.SlidesPage #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/DVD_bg.gif);
}

.SlidesPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.SlidesPage #mainContent {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 80px;
	padding-right: 80px;
	background-color: #FFFFFF;
	background-image: url(images/DVD_bg.gif);
}

.SlidesPage #Slides {
	background-color: #FFFFFF;
	background-image: url(images/DVD_bg.gif);
	/*padding: 0 20px;*/
}

.SlidesPage #secondContent {
	padding-right: 80px;
	padding-left: 80px;
	background-color: #FFFFFF;
	background-image: url(images/DVD_bg.gif);
}

/* movies */
.movies #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	/* background-image: url(images/container_bg.gif);*/
	background-image: url(images/DVD_bg.gif);
}

.movies #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.movies #mainContent {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 80px;
	padding-right: 80px;
}

.movies #theMovie {
	/*padding: 0 20px;*/
}

.movies #secondContent {
	padding-right: 80px;
	padding-left: 80px;
}

/* contacts */
.contacts #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	/* background-image: url(images/container_bg.gif);*/
}

.contacts #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.contacts #mainContent {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 80px;
	padding-right: 80px;
}

.contacts #images {
	/*padding: 0 20px;*/
}

.contacts #secondContent {
	padding-right: 80px;
	padding-left: 80px;
}

/* missions */
.missions #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	/* background-image: url(images/container_bg.gif);*/
	background-image: url(images/mission_bg.gif);
}

.missions #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
}

.missions #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
} 

/*mailingList*/
.mailingList #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	/* background-image: url(images/container_bg.gif);*/	
}

/*links*/
.links #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	/* background-image: url(images/container_bg.gif);*/
	background-image: url(images/mission_bg.gif);
}

.links #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
}

.links #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
} 



/* siteInfo */

.siteInfo #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.siteInfo #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.siteInfo #mainContent {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Utilities */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltctr {
	background-image: url(Rich%20Images/boyDVD.gif);
	background-position: center;
}

.RedSideBarText {
	color: #FF0000
}
