
/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: helvetica, arial, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: #333;
	background: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	color: #333;
	font-size: 0.8em;
	margin: 10px 0 10px 0;
}


ul
{
	color: #333;
	margin-top: 20px;
}

strong
{
	font-weight: bold;
}



/*
	headings
*/

h1
{
	color: #666;
	font-size: 1em;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
	color: #333;
	font-weight: normal;
}

h2.in-page-header
{
	padding-top: 30px;
	border-top: 1px solid #333;
	width: 525px;
}

h3
{
	font-size: 0.7em;
	color: #666;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #ff006d;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 970px;
}


div#about-mel
{
		float: left;
  	width: 580px;
  	height: 500px;
  	background-color: #fff;  
  	background-image: url("../images/shared/bg.gif");
  	background-repeat: no-repeat;
}

div#about-mel p
{
	width: 380px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
}

div#photo
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



#content-wrapper
{
	width: 975px;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	min-height: 300px;
	background-color: #fff;
}

/* @end */

/* @group Footer */

/* Footer */

#footer
{
	width: 970px;
	height: 60px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
}


#footer p
{
	text-align: left;
	font-size: 0.7em;;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}

/* @end */

/* @group Standard Defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */


