/* @override http://megmegmeg.co.uk/css/general.css */

/* @override http://localhost/megmegmeg/css/general.css */

/* 
* megmegmeg.co.uk
* 2009
* general.css - basic stylesheet
*/

/* @group Core */

body, html { 
	background-color: #ffffff;
	font-family: garamond, georgia, baskerville, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}p { }td { }a:link, a:visited { 
	color: #ffffff;
	text-decoration: none;
}a:hover { 
	color: #000000;
	text-decoration: underline;
}a:active { }

div#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	align: center;
}

div#header {
	float: left;
	margin-bottom: 10px;
}

div#signature {
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	width: 40px;
}

div#signature img {
	width: 25px;
}

div#image {
	float: left;
	text-align: center;
	width: 180px;
}

div#image img {
	width: 130px;
}

div#content {
	float: left;
	background: #efefef;
	width: 600px;
}

img#signature {
	padding-right: 20px;
	padding-left: 10px;
}

div#links {
	float: middle;
	text-align: center;
}

div#link ul {
	list-style-image: none;
	list-style-type: none;
}

div#links a {
	color: #000;
}

/* @end */

/* @group Headings */

h1 {
	color: #FFFFFF;
	
}
h2 {
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h3 {
	margin: 0;
	color: #222222;
}

.input {
	border: 1px solid;
	color: #444;
	height: 18px;
}

.submit {
	background: #000;
	color: #fff;
	border: 0px solid #444;
	height: 22px;
	margin-left: 5px;
}

.form {
	height: 22px;
}

/* @end */


