/* main selectors */
/******************/

*
{

	margin	: 0px;
	padding	: 0px;

}

body
{

	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size	: 14px;

}

#header
{

    background-image    : url(../images/logo.gif);
    background-position : center center;
    background-repeat   : no-repeat;
	height		    	: 150px;
	margin-left	    	: auto;
	margin-right    	: auto;
	width		    	: 990px;

}

#main
{

	background-color	: #FDFDFD;
	margin-left			: auto;
	margin-right		: auto;
	width				: 990px;

}

#footer
{

	margin-left		: auto;
	margin-right	: auto;
	text-align		: center;
	width			: 990px;

}

/******************************************************************************/

/* 3 columns layout selectors */
/******************************/

#center
{

	margin-left		: 5px;
	margin-right	: 5px;
	width			: 980px;

}

/******************************************************************************/

/* header selectors */
/********************/

#header #title
{

	text-align : center;

}

#header #title h1
{

	font-size : 25px;

}

/******************************************************************************/

/* main selectors */
/******************/

#main_menu
{

	text-align : center;

}

#main_menu ul
{

	list-style : none;

}

#main_menu ul li
{

	border-right	: 1px solid black;
	display			: inline;
	padding-left	: 10px;
	padding-right	: 10px;

}

#main_menu ul li.last
{

	border : 0px;

}

#main_menu ul li.current
{

	font-style : italic;

}

/******************************************************************************/

/* center column selectors */
/***************************/

#text:first-letter
{

    color       : #74bf49;
    font-size   : 200%;

}

#contacts
{

    text-align : center;

}

/******************************************************************************/

/* footer selectors */
/********************/

#footer h6
{

	font-size	: 9px;
	font-weight	: normal;

}

/******************************************************************************/

/* misc selectors */
/******************/

.hidden
{

	display : none;

}

.space
{

	font-size	: 0px;
	height		: 10px;

}

a
{

	color			: #74bf49;
	text-decoration	: none;

}

.clear
{

	clear : both;

}
