/* A Sweded Christmas Story CSS Document */

body {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#wrapper {
	width: 647px;
	margin: 170px 0 20px 325px;
}

#movie {
	border: 1px solid #f49ac1;
	margin-bottom:20px;
}

#music {
	background-image:url(../images/mp3.gif);
	background-repeat:no-repeat;
	margin:50px 0 0 270px;
	height:60px;
	padding:12px 0 0 60px;
}

.clear {
	clear: both;
}

a {
	color: #0e7c0e;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

/**************************Margin and Padding Override**************************/
.pad_10 {
	padding: 10px;
}

.padleft_15 {
	padding-left: 15px;
}

.padtop_20 {
	padding-top: 20px;
}

.margbot_5 {
	margin-bottom: 5px;
}

.margtb_10, p.margtb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margbot_10 {
	margin-bottom: 10px;
}

.margbot_15 {
	margin-bottom: 15px;
}

.margbot_16 {
	margin-bottom: 16px;
}

.margbot_20 {
	margin-bottom: 20px;
}

.margbot_50 {
	margin-bottom: 50px;
}