/**
* CSS
* ENGLISH
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	widows: 0;
	text-align: left;
	background-color: #f7f4ea;
	/**background-color: #f2f2f0;*/
	font-size: 12px;
	line-height: 18px;
	font-family: sans-serif;
	color: #3f3f3f;
	margin-top: 20px;
	border: 5px;
	border-color: #0033FF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ff0047; }
a:active { color: #3f3f3f; text-decoration: none; }
a:visited { text-decoration: none; color: #ff0047; }
a:hover { color: #ff0047; text-decoration: underline; }

a img { border: none; }


/** FONTS ############################################################*/

h1 { padding-top: 45px; margin-top: 45px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 0px; margin-bottom: 5px; color: #3f3f3f; font-size: 14px; line-height: normal;	border-bottom-color: #bfbfbf;
	border-bottom-style: dotted;
	border-bottom-width: 1px;}
	
	h2 { font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 5px; margin-bottom: 5px; text-transform: capitalize; color: #3f3f3f; font-size: 14px; line-height: normal;}

/** TOP NAV LOGOs ############################################################*/


/*#logo {
	margin-top: 20px;
	background-image: url(../../../files/gimgs/logo.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	border: none;
	width: 173px;
	height:35px;
	/**other logo 145*145px 
}

*/


/** MENU NAVIGATION AND STUFF ############################################################*/

#menu {
	left: 20px;
	bottom: 0;
	top: 20px;
	width: 210px;
	overflow: auto;
	position: fixed;
	height: 100%;
	background: #f7f4ea; }


#menu ul {
	color: black;
	list-style: none;
	margin: 0 0 20px 0;
	}

#menu ul li.section-title {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-color: #bfbfbf;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #3f3f3f;
 }

#menu ul a {
	color: #3f3f3f;
	width: 100%;

	height:1.2em;
	margin: 0px;
	text-decoration: none;
}

#menu ul a:visited {

	}
	
	
#menu ul a:hover {
	color: #ff0047;
	width: 90%;
	}


/** CONTENT ############################################################*/
#content {

    margin-left: 260px;

    margin-bottom: 0;

    margin-right: 0;

    margin-top: 20px;

    height: 100%;
    width:550px;
    /**TOP BOTTOM RIGHT LEFT*/
    
}

.container {
/** here you can set the color of the index and exhibit area */
/**background-color: #000;*/
    padding: 5px 5px 25px 5px;
}
/** exhibition width */
#content p { margin-bottom: 10px; }

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0;
	margin-bottom: 9px;
	margin-right: 0;
	margin-top: 0px;
}


#img-container	{ 

	border-style: none; 

	margin-left: 0; 

	margin-bottom: 10px; 

	margin-right: 0; 

	margin-top: 0; 

	padding-left: 0; 

	padding-bottom: 10px; 

	padding-right: 0; 

	padding-top: 0; 
	}
	
#img-container p	{ 

	border-style: none; 

	margin-left: 0; 

	margin-bottom: 10px; 

	margin-right: 0; 

	margin-top: 0; 

	padding-left: 0; 

	padding-bottom: 10px; 

	padding-right: 0; 

	padding-top: 0; 

	width: 400px; }

#once { clear: left; }

#made {
	bottom: 0;
	position: fixed;
	color: #8b8571;	
	a:link { text-decoration: none; color: #8b8571; }
}