/* CSS Document */
body { 
	padding: 0px; 
	margin: 0 0 0 30px; 
	background: url("../images/bground_top.gif") 0 0 repeat-x #fff; 
	color :#333; 
	font: 14px/18px "Trebuchet MS",Arial, Helvetica, sans-serif;
	line-height: 16px;
}
div, p, ul, h1, h2, h3, form, img{padding:0px; margin:0px;}

a {
	color: #993300;
}

#menu1 {
	margin: 50px 0 0 0;
} 

#logo {
	margin: 40px 0 0 0;
}

#title {
	margin: 70px 0 0 0;
}

#title h1 {
	margin-bottom: 30px;
	font-size: 180%;
}

#content p {
	margin: 15px 0px;
}

#mainPic {
	width: 347px;
	height: 533px;
	margin: 20px 0 0 0;
	background-image: url("../images/pic_ali.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

#mainPic .menu2 {
	text-align: center;
	padding: 30px 0;
}

#mp3Player {
	width: 347px;
	margin: 20px 0 0 0;
}

#mp3Player .cornerTop {
	width: 100%;
	height: 13px;
	background-image: url("../images/corner_top.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#mp3Player .noCorner {
	width: 345px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-repeat: no-repeat;
	text-align: center;
}

#mp3Player .noCorner .text {
	
}

#mp3Player .cornerBtm {
	width: 100%;
	height: 13px;
	background-image: url("../images/corner_btm.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer {
	width: 746px;
	border-top: 3px solid #eee;
	margin: 20px 0 0 0;
	background-color: #fafafa;
	padding: 20px;
	color: #339966;
}

#footer a {
	padding: 3px;
	font: bold 11px "Trebuchet MS";
	color: #FFFFFF;
	text-align: center;
	background-color: #730b0c;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	background-color: #ddd;
}

/* pagination */
.pagination {
	padding: 10px;
	font: bold 10px "Trebuchet MS";
	color: #999;
	text-transform: uppercase;
	text-align: center;
	background-color: #fafafa;
	border: 2px solid #eee;
	margin: 10px 0;
}

.pagination a {
	line-height: 15px;
	font: bold 10px "Trebuchet MS";
	color: #911d1e;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination form {
	margin: 0 0 0 0;
}

.pagination form span {
	margin: 0 0 0 20px;
	color: #333;
}

.pagination form .nrpages {
	margin: 0 10px 0 10px;
	color: #333;
}

.pagination input[type="text"] {
	background-color: #fafafa;
	font-size: 10px;
	width: 35px;
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
	border: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.pagination input[type="submit"] {
	background-color: #911d1e;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border: 0px solid #eee;
	margin: 0px 0 0px 0;
	width: 30px;
	padding: 1px;
}
