body {
    margin : 0;
	padding : 0;
    background-image: url(/zine/issue1/i/pinkblue_bg.jpg); 
    background-repeat: no-repeat ;
    background-color : #FF00FF;
}

a:link {    

    color : #FFFF33; 
}

a:visited {
    color : #FFFF33;
}

a:hover {
    color : #FF00FF;
}


h1, h2, h3, p, ul, ol, div {
    font-family: "lucida grande", "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
}

#content {
    width : 600px;
	color : #FFFFFF;
	font-weight : bold;
}

#content h2,
#content h3 {
    text-align : left;
	font-size : medium;
	letter-spacing : .2em;
}

#content h2 {
    color : #FFFFFF;
}

#footer {
	font-size : small;
	text-align : left;
}

#nav {
    padding : 1em 0 1em 0;
	font-size : small;
	color : #FFFFFF;
	letter-spacing : .1em;
	text-align : left;
}

#nav h2 {
    margin : 0 0 0 0;
}

.article {
	font-size : small;
	padding : .1em 2em .5em 2em;
	text-align : justify;
	color : #000000;
	background : #FFCCFF;
	font-weight : normal;
}

.article a:link,
.article a:visited {
    color : #000000;
}

.article a:hover {
    color : #FF00FF;
}

.article h3 {
    color : #0000FF;
}

.author {
	font-size : small;
	padding : 2em 10em 1em 0;
	text-align : left;
	font-weight : normal;
}

.image {
    padding : .5em  .5em .5em .5em;
	font-size : x-small;
	font-weight : bold;
}

.callright,
.callleft {
    padding : 0;
	margin : 0;
    width : 265px;
	font-size : large;
	font-weight : bold;
	text-transform : uppercase;
	text-align : left;
	color : #000000;
}

.callleft {
	float : left;
}

.callright {
	float : right;
}

.callleft blockquote,
.callright blockquote {
	margin : 0 0 .5em 0;
	padding : 0 0 0 20px;
}

.quoteright,
.quoteleft {
    padding : 0;
	margin : 0;
    width : 265px;
	font-size : large;
	font-weight : bold;
	text-transform : uppercase;
	text-align : left;
	background-image : url(/zine/issue1/i/rightquote.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
	color : #000000;
}

.quoteleft {
	float : left;
}

.quoteright {
	float : right;
}

.quoteleft blockquote,
.quoteright blockquote {
    background-image : url(/zine/issue1/i/leftquote.gif);
	background-repeat : no-repeat;
	margin : 0 0 .5em 0;
	padding : 0 12px 0 45px;
}