p {
	margin-left: 0em;
}

body,p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
.alpha {
	left: 4%;
	right: 5%;
	position: absolute;
}
.columnleft {
	width:55%;
	clear:both;
	float:left;
}
.columnright {
	clear:none;
	float:right;
	width:40%;
	margin-left:0px;
	margin-bottom:30px;
}
.quote {
	margin:auto;
	font-style:italic;
	color: #78766E;
	text-align:center;
	width:60%;
	border:solid 1px #eee;
	padding: 1em;
	}
h1 {
	font-size: 3.2em;
	font-weight: lighter;
	color: #444;
	letter-spacing:-1px;
}
h2 {
	font-size: 1.6em;
	margin-top: 1.0em;
	color: #78766E;
}
h3 {
	font-size: 1.4em;
	color: #78766E;
	font-weight:normal;
}
h4 {
	font-size: 1.2em;
	margin-top: 0.3em;
	color: #78766E;
	font-weight:normal;
}
strong {
	font-style:normal; 
	font-weight:bold;
	color: #78766E;
}
a {
	color: #424;
	text-decoration: underline;
}

li {
	margin-left:-1em;
}
hr {
	background-color: #999;
	height: 4px;
	margin-top: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pictures {
	margin:auto;
}
.homepicture {
	margin:auto;
	margin-top: 1em;
	margin-right: 2%;
	margin-bottom: 1em;
	margin-left: 0px;
}
.columnrightpicture {
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 6px;
}
.weak {
	font-size: smaller;
	font-weight: lighter;
}
.emphasisa {
	color: #B5B3AA;
	margin-bottom: 0em;
}
.emphasisb {
	color: #ff8040;
	margin-bottom: 0em;
}
.emphasisc {
	color: #ac040c;
	margin-bottom: 0em;
}
.emphasisd {
	color: #f60;
	margin-bottom: 0em;
}

.emphasise {
	color: #548dd4;
	margin-bottom: 0em;
}
.emphasisf {
	color: #4eb8d8;
	margin-bottom: 0em;
}
.emphasisflameyellow {
	color: #EDC80E;
	margin-bottom: 0em;
}
.emphasispurple {
	color: #a183a7;
	margin-bottom: 0em;
}

.myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #d99ad9;
        -webkit-box-shadow:inset 0px 1px 0px 0px #d99ad9;
        box-shadow:inset 0px 1px 0px 0px #d99ad9;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #915791), color-stop(1, #442244));
        background:-moz-linear-gradient(top, #915791 5%, #442244 100%);
        background:-webkit-linear-gradient(top, #915791 5%, #442244 100%);
        background:-o-linear-gradient(top, #915791 5%, #442244 100%);
        background:-ms-linear-gradient(top, #915791 5%, #442244 100%);
        background:linear-gradient(to bottom, #915791 5%, #442244 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#915791', endColorstr='#442244',GradientType=0);
        
        background-color:#915791;
        
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:5px 11px;
        text-decoration:none;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #442244), color-stop(1, #915791));
        background:-moz-linear-gradient(top, #442244 5%, #915791 100%);
        background:-webkit-linear-gradient(top, #442244 5%, #915791 100%);
        background:-o-linear-gradient(top, #442244 5%, #915791 100%);
        background:-ms-linear-gradient(top, #442244 5%, #915791 100%);
        background:linear-gradient(to bottom, #442244 5%, #915791 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#442244', endColorstr='#915791',GradientType=0);
        
        background-color:#442244;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
