/*-----------------------------------------------------------------------------
[sitename] Screen Stylesheet

version:   1.0
date:      [date]
author:    Andrew McCarthy
email:     jrucifer@gmail.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
	display:block;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
	display:inline;
}

.left {
    float: left;
	display:inline;
}

body {
    font-family:Garamond, Times, "Times New Roman";
    background: #fff;
    color: #111;    
    text-align:left;
    font-size:12px;
}

#quote {
	margin:20px;
}

#wrapper {
	margin-top:10px;
	text-align:center;
	margin-bottom:30px;
}