@charset "UTF-8";

html, body { height:100%; }

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 */
	background-color: #868686;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family:Georgia, Time New Roman;
}

img	{
border: 0px;
}


a:link {
	color: #494949;
	text-decoration: underline;
}
a:visited {
	color: #494949;
	text-decoration: underline;
}
a:active {
	color: #494949;
	text-decoration: underline;
}
a:hover {
	color: #494949;
	text-decoration: underline;
}


.twoColFixRtHdr #container {
    position: relative;
	width: 860px;
	min-height: 100%;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bg_main.gif);
} 

.twoColFixRtHdr #container_r1 {
	width: 850px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../img/container_round/container_r1.gif) 0 0 no-repeat;
	background-color: #c7c7c7;
	margin-top: 5px;
	height: 0px;
}
.twoColFixRtHdr #container_r2 {
	background: url(../img/container_round/container_r2.gif) 100% 0 no-repeat;
	padding: 5px;
}
.twoColFixRtHdr #container_r3 {
	background: url(../img/container_round/container_r3.gif) 0 100% no-repeat;
}
.twoColFixRtHdr #container_r4 {
	background: url(../img/container_round/container_r4.gif) 100% 100% no-repeat;
	margin-bottom: 10px;
}

.twoColFixRtHdr #header {
	background-position: 0px 0px;
	background-image: url(../img/bg_header.gif);
	padding-left: 0px;
	padding-bottom: 22px;
	padding-right: 0px;
	padding-top: 20px;
	text-align:center;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #c7c7c7;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e5e5e5; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px 25px 10px 0;
	padding: 0 0 10px 0;
}
.twoColFixRtHdr #sidebar_r1 {
	background: url(../img/r1.gif) 0 0 no-repeat;
	background-color: #DDDDDD;
}
.twoColFixRtHdr #sidebar_r2 {
	background: url(../img/r2.gif) 100% 0 no-repeat;
	margin-top: 0;
}
.twoColFixRtHdr #sidebar_r3 {
	background: url(../img/r3.gif) 0 100% no-repeat;
}
.twoColFixRtHdr #sidebar_r4 {
	background: url(../img/r4.gif) 100% 100% no-repeat;
	padding : 10px;
	margin-bottom: 20px;

}
.twoColFixRtHdr #sidebar_content {
	padding: 10px 10px;
}
.twoColFixRtHdr #mainContent { 
	word-spacing: normal; 
	line-height: 17px; 
	margin: 0 280px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #galleryContent { 
	word-spacing: normal; 
	line-height: 17px; 
	/* margin: 0 30px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 

.gallery_thumbnail { 
	width: 240px;
	height: 230px;
	text-align: center;
	padding: 10px 20px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 

.gallery_thumbnail img {
padding: 13px;
border: 1px solid #dddddd;
background-color: #ffffff;
margin-bottom: 5px;
} 

.gallery_large img {
padding: 35px;
border: 1px solid #d5d5d5;
background-color: #ffffff;
} 

.pagenumber {
font-size: 16px;
word-spacing: 0.2em;
} 


.twoColFixRtHdr #footer { 
    position:absolute;
	bottom: 0; /* stick to bottom */
	width: 860px;
	height: 40px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background-image: url(../img/bg_main.gif);
} 
.twoColFixRtHdr #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 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}




.upload {
    text-align: left;
    padding: 30px;
    margin-top: 40px;
    color: #000000;
    background-color: #cccccc;
    width: 500px;
}

