@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background-color: #3c3c3c;
	font-family: "Myriad Pro", "Myriad Web Pro", Verdana, Geneva, Arial, sans-serif;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}




.roundedCorners{
/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
}


a{
	color:purple;
	font-family: "Myriad Pro", "Myriad Web Pro", Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;
}


a:hover{
	color:#ddaaaa;
}


p{ margin-top:12px;}

#pagecenter{
	margin:0 auto; text-align:center;
	background-color: #8f8e8e;
	background-image: url(brevitysleek_bg.jpg);
	background-repeat: repeat-x;
	width: 1100px;
	min-height: 1200px;
	border-left: solid 5px black;
	border-right: solid 5px black;
}


#advertise{
	background-color: #ffffff;
	font-color:#ffffff;
	margin-left: 200px;
	margin-top: 50px;
	margin-right: 200px;
	border: solid black 3px;
	z-index:5;
	position: absolute;
	padding: 50px;
	padding-top:20px;
	width:700px;
	text-align:left;
}

#diggie{
	position:absolute;
	margin-left:76px;
	margin-top:4px;
	z-index:8;
}
