/* (c) 2010-2011 Pariss Gutkind */

body {
	margin: 0px;
	padding: 0px;
	background-color: #202123;
	font-family: arial, sans-serif;
	color: #303030;
}

img { border: 0px; }

a {
	text-decoration: none;
	color: #404040;
}
a:hover {
	color: #707070;
}

h3 {
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
}


#page {
	width: 600px;
	padding: 0px;
	padding-top: 8px;
	margin: auto;
	background-color: #efefef;
	font-size: 0.8em;
	text-align: center;
}

#menu {
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #e0e0e0;
	font-variant: small-caps;
}

#menu a {
	padding-left: 50px;
	padding-right: 50px;
}

#menuicons {
	width: 52px;
	height: 24px;
	margin: auto;
}

#banner {
	margin: 0px;
	height: 50px;
	width: 100%;
	background-image: url('http://www.parissgutkind.com/img/banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#bottom {
	width: 100%;
	height: 50px;
	background-image: url('http://www.parissgutkind.com/img/bottom.png');
	background-repeat: no-repeat;
}

.mVer {
	padding: 10px;
	background-color: #e0e0e0;
	border-top: 5px solid #3fade6;
	border-bottom: 5px solid #3fade6;
}

.title {
	font-size: 1.2em;
	font-style: italic;
	font-variant: small-caps;
}

.tlink {
	border-bottom: 1px dashed #4d575f;
}

.iphonescr {
	width: 100px;
	height: 150px;
	border: 1px dotted #aaaaaa;
	margin: 4px;
}


