@charset "utf-8";
body {
	background-color: #fff;
}
#global {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}
#image {
	float: left;
	height: 275px;
	width: 275px;
	margin-top: 30px;
	clear: both;
}

#menu {
	float: right;
	height: 206px;
	width: 250px;
	clear: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 25px;
	font-weight: bolder;
}
ul {
	list-style-type: none;
}

#footer {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
A:link
{text-decoration: none; color: #2d95b2;}
A:visited
{text-decoration: none; color: #2d95b2;}
A:active
{text-decoration: none; color: #2d95b2;}
A:hover
{text-decoration: none; color: #e61b61;}

  /*  Buttons  --------------------------------*/

    .outline            { background: #fff; border: 5px solid #33a0a3; color: #33a0a3;}
    .outline:hover      { background: #2e3593; border: 5px solid #2e3593; color: #fff;}
    .button.small {
        padding: 5px 8px 6px;
        font-size: 11px;
        line-height: 11px;
    }
    .button.big {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }
     .button.huge {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 22px;
     }
	input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        display: inline;
		text-transform: uppercase;
        margin: 0 5px 15px 0;
        padding: 7px 20px 8px;
        color: #fff;
        line-height: 1.5;
        cursor: pointer;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ms-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        -webkit-font-smoothing: antialiased;
        -webkit-appearance: none;
    }