/* -- GLOBAL //////////////////////////////////////////////////////////////////////////////// -- */

body	{
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #555555;
}

/* -- TYPOGRAPHY //////////////////////////////////////////////////////////////////////////// -- */

h2 {
	font-size: 93%;
	font-weight: bold;
	text-transform: uppercase;
}

h2.name	{
	color: #FEFEFE;
	margin: 5px 0 0 0;
}

h2.name span	{
	color: #555555;
	font-weight: normal;
	text-transform: none;
}

p, li {
	font-size: 93%;
}

p, ul	{
	margin: 0 0 18px 0;
}

/* -- LINKS ///////////////////////////////////////////////////////////////////////////////// -- */

a {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 2px 1px 2px;
	position: relative;
	left: -2px;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	background: #555555;
	color: #fff;
}

/* -- LAYOUT //////////////////////////////////////////////////////////////////////////////// -- */

#page	{
	background: url('../images/background/repeat_bkg.jpg') repeat;
	margin: 60px auto 0 auto;
	width: 824px;
}

/* -- HEADER //////////////////////////////////////////////////////////////////////////////// -- */

#header	{
	background: url('../images/background/header_bkg.jpg') no-repeat top;
	height: 40px;
}

#flash-replace	{
	padding: 100px 0 0 0;
	position: relative;
	z-index: 1;
}

/* -- CONTENT /////////////////////////////////////////////////////////////////////////////// -- */

#content	{
	margin: 243px 12px 0 12px;
	position: relative;
	text-align: left;
	z-index: 99;
}

#content.index	{
	min-height: 360px;
	height: auto !important;
	#height: 360px;
}

/* -- LEFT COLUMN /////////////////////////////////////////////////////////////////////////// -- */

#left-column	{
	float: left;
	width: 400px;
}

#left-column img	{
	padding: 0 0 0 30px;
}

.intro	{
	margin: 20px 0 0 85px;
	width: 200px;
}

/* -- RIGHT COLUMN ////////////////////////////////////////////////////////////////////////// -- */

#right-column	{
	float: left;
	width: 400px;
}

.contact	{
	margin: 20px 0 0 50px;
	width: 250px;
}

/* -- FOOTER //////////////////////////////////////////////////////////////////////////////// -- */

#footer	{
	clear: both;
	margin: -3px 0 0 0;
}

#footer.content	{
	background: url('../images/background/content_footer_bkg.jpg');
	height: 54px;
}
