/*
 *	makedostudio
 *	http://www.makedostudio.com
 *	
 *	stylesheet for photo gallery template
 *
 *	copyright makedostudio 2002-2004. all rights reserved.
 */


body {
	background-color: #4C4C4C;
	background-repeat: repeat-x, repeat-y;
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 12pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


a:link {color: #BAD41A; text-decoration: none }
a:visited {color: #BAD41A; text-decoration: none}
a:active {color: #B1060F; text-decoration: none}
a:hover {color: #B1060F; text-decoration: none}


table {
	margin: 0 auto;
}


/*
 *	container
 *
 *		header
 *		content
 *		footer
 *
 *
 */

#container {
	width: 100%;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/*
 *	header
 *
 */

#header {
	width: 100%;
	background-color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 80%;
	color: #333333;
	text-align: left;
}



/*
 *	footer
 *
 */


#footer_container {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0 0;
	/* background-color: #999999; */
    /* border-top: 1px solid #666666; */
}

#footer {
	padding: 0 4px 0 4px;
	margin: 0 0 0 0 0;
	color: #999999;
    text-align: right;
    font-size: 70%;
	text-align: center;
}

#footer a 			{ color: #999999; text-decoration: none; } 
#footer a:link		{ color: #999999; text-decoration: none; } 
#footer a:visited	{ color: #999999; text-decoration: none; } 
#footer a:active	{ color: #ff9218; text-decoration: none; } 
#footer a:hover		{ color: #ff9218; text-decoration: none; }


/*
 *	content
 *
 */


#content_container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* content_extras: for printer icons, etc. */

#content_extras {
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	font-size: 75%;
	color: #ffffff;
	line-height: 160%;
	text-align: right;
}

#content {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	font-size: 75%;
	color: #ffffff;
	line-height: 160%;
	text-align: center;
}


/*
 *	navigation:
 *	menu area
 */

#navigation_container {
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	background-color: #666666;
}

#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 75%;
	text-align: right;
	color: #e6e6e6;
}


/*
 *	text
 *
 */

.navigation_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffff66;
	font-size: 85%;
}

.divider {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #888888;
	font-size: 85%;
	text-align: center;
}

.title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.caption {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: 105%;
}


