BODY	{
	margin: 15px;
	background-color: White;
	scrollbar-3dlight-color : #2f4f4f;
	scrollbar-arrow-color : #990000;
	scrollbar-base-color : #EEF2F7;
	scrollbar-darkshadow-color : #2f4f4f;
	scrollbar-face-color : #EEF2F7;
	scrollbar-highlight-color : #EEF2F7;
	scrollbar-shadow-color : #EEF2F7;
	scrollbar-track-color : #EEF2F7;
	width: 755px;
}
P, TD, DIV, LI	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited	{
	text-decoration: none;
	color: #000000;
	font-variant : small-caps;
	font-weight : bold;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
a:active	{
	color: #000000;
	text-decoration: underline;
}
UL	{
	margin: 0px 0px 0px 10px;
}
LI	{
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

/* Un-Used */


.gold	{
	color: #eac64e;
}
.red	{
	color: #d32b42;
}
.blue	{
	color: #2e4298;
}
.nobr {
	white-space : nowrap;
}

/* Standard Elements */


HR {
	color: #363636;
}
.photo_left {
	float : left;
	margin: 10px 10px 10px 0;
}
.photo_right	{
	float : right;
	margin-right : 10px;
	margin-left : 15px;
	margin-top : 10px;
	margin-bottom : 10px;
}

.smallcaps	{
	font-variant : small-caps;
	font-size : 10pt;
	font-weight : bold;
	color : #52412F;
}
.underline	{
	text-decoration: underline;
}
.formtext {
	background-color: #eeeeee;
	color: #000066;
	font-family: "Courier New", Courier, monospace;
	font-size : 8pt;
	font-style: normal;
	border : 1px solid #90a0b0;
}

.frame {
	margin-top : 10px;
	margin-bottom : 0px;
	padding : 6px;
	border : Silver;
	border-bottom : thin double Silver;
	border-left : thin solid Silver;
	border-right : thin double Silver;
	border-top : thin solid Silver;
	background-color : White;
	height : 100px;
	width : 500px;
	overflow : auto;
}

/* Custom Elements */

.logo	{
	width: 165px;
	height: 116px;
	margin: 0 0 20px 250px;
	background-image: url(http://www.envyman.com/graphics/envy_man_magazine_logo.jpg);
}
#nav	{
	margin: 5px;
	padding: 0;
	width: auto;
	white-space : nowrap;
	width: 755px;
}
#nav a	{
	font-size: 12px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav a.navThisPage {
	text-decoration: none;
	font-style: italic;
	padding: 0;
	font-size: 101%;
}
#main	{
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 7px solid Black;
	width: 100%;
	height: auto;
	width: 755px;
}
#title	{
	width: 400px;
	padding-bottom: 15px;
	clear: right;
	float: right;
	}
#title1	{
	font-size: 15pt;
	font-variant : small-caps;
	}
#title2	{
	font-size: 23pt;
	text-transform: uppercase;
	}
#title3	{
	font-size: 12pt;
	text-transform: lowercase;
	}
.text	{
	clear: right;
	float: right;
	width: 400px;
	padding: 0px 0px 20px 0px;
	margin: 20px 0;
	color: Black;
	text-align: left;
	background-color: White;
	background: White;
	height: auto;
	font-size: 11pt;
}
#footer	{
	clear: both;
	margin-top: 20px;
	width: 755px;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-top: 7px solid Black;
}
.upd	{
	text-align: left;
	margin-left: 10px;
	margin-top: -20px;	
}
.subscribeLink	{
	color: #0099be;
}