/* aimeelaine.com */

html, body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    border: 0;  /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #fff;
    min-width: 900px;  /* The min-width property does not work in old versions of Internet Explorer */
}

h1 {
	font-size : 18px;
}

h2 {
    font-size: 15px;
}

p {
	text-align: justify;
	margin-top: 0;
}

img {
	border : 0;
}

a {
    text-decoration: none;
    color: #2c96aa;
    background: #fff;
}

a:hover {
    text-decoration: underline;
}

.copyright {
    float: right;
    color: #777;
    font-size: 11px;
    margin: 0;
    padding: 2px 5px 2px 5px;
	text-align: right;
}

.message_box {
    background: #ddd;
    padding: 3px;
    text-align: center;
}

.message_box p {
    text-align: center;
}

#content {
	padding: 1px 10px 5px 10px;
}

#content a {
    text-decoration: underline;
}

#page {
    width: 900px;
    min-height: 600px;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #fff;
}

#logo {
    z-index: 101;
    position: absolute;
    right: 0;
}

.clear {
	clear: both;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.center {
	display: table;
}

img.float_right {
    padding: 0 0 8px 8px;
    float: right;
    position: relative; /* IE6 bug workaround */
}

img.float_left {
    padding: 0 8px 8px 0;
    float: left;
    position: relative; /* IE6 bug workaround */
}
