/* tags */
html body {
	background-color: #f5f5f5;
}

a {
	color: #595fd6;
}

a:hover {
	color: #d65f59;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, sans-serif;
	font-weight: normal;
    color: #666666;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

/* form elements */
textarea, input, button, select, option {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #666666;
}

/* main wrap */
div#wrap {
	margin: 30px;
}

/* content wrap */
div#content {
	margin-top: 30px;
}